Color Hex Logo

#d4243b Color Hex

#D4243B
(212,36,59)
0 Favorites   0 Comments

Color spaces of #d4243b

RGB 2123659
HSL0.980.710.49
HSV352°83°83°
CMYK 0.000.830.72   0.17
XYZ28.571715.57465.6380
Yxy15.57460.57390.3128
Hunter Lab39.464760.167619.1550
CIE-Lab46.411465.927233.0608

#d4243b color RGB value is (212,36,59).

#d4243b hex color red value is 212, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d4243b hue: 0.98 , saturation: 0.71 and the lightness value of d4243b is 0.49.

The process color (four color CMYK) of #d4243b color hex is 0.00, 0.83, 0.72, 0.17. Web safe color of #d4243b is #cc3333. Color #d4243b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100100 00111011
Octal 324 44 73
Decimal 212 36 59
Hex D4 24 3B

RGB Percentages of Color #d4243b

%69.06
%11.73
%19.22

CMYK Percentages of Color #d4243b

%0
%83
%72
%17

Triadic Colors of #d4243b

#d4243b #3bd424 #243bd4

Analogous Colors of #d4243b

#d4243b #d46524 #d42493

Monochromatic Colors of #d4243b

#d4243b

Complementary Color

#d4243b #24d4bd

#d4243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4243b Color CSS Codes

.mybgcolor {background-color:#d4243b; } 
.myforecolor {color:#d4243b; }
.mybordercolor {border:3px solid #d4243b; }

#d4243b Text Font Color

<p style="color:#d4243b">Text here</p>

This sample text font color is #d4243b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d4243b Background Color

<div style="background-color:#d4243b">
Div content here</div>

This div background color is #d4243b


#d4243b Border Color

<div style="border:3px solid #d4243b">
Div here</div>

This div border color is #d4243b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,36,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4243b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4243b;
  -webkit-box-shadow: 1px 1px 3px 2px #d4243b;
  box-shadow:         1px 1px 3px 2px #d4243b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,36,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4243b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d4243b;
  -webkit-box-shadow: 1px 1px 3px 2px #d4243b;
  box-shadow:         1px 1px 3px 2px #d4243b;">
Div content here</div>

This div box has shadow with color #d4243b


Comments

No comments written yet.

Please login to write comment.