Color Hex Logo

#d6232b Color Hex

#D6232B
(214,35,43)
0 Favorites   0 Comments

Color spaces of #d6232b

RGB 2143543
HSL0.990.720.49
HSV357°84°84°
CMYK 0.000.840.80   0.16
XYZ28.768615.67263.7943
Yxy15.67260.59640.3249
Hunter Lab39.588660.433822.0295
CIE-Lab46.542066.131842.5048

#d6232b color RGB value is (214,35,43).

#d6232b hex color red value is 214, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d6232b hue: 0.99 , saturation: 0.72 and the lightness value of d6232b is 0.49.

The process color (four color CMYK) of #d6232b color hex is 0.00, 0.84, 0.80, 0.16. Web safe color of #d6232b is #cc3333. Color #d6232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 00101011
Octal 326 43 53
Decimal 214 35 43
Hex D6 23 2B

RGB Percentages of Color #d6232b

%73.29
%11.99
%14.73

CMYK Percentages of Color #d6232b

%0
%84
%80
%16

Triadic Colors of #d6232b

#d6232b #2bd623 #232bd6

Analogous Colors of #d6232b

#d6232b #d67523 #d62385

Monochromatic Colors of #d6232b

#d6232b

Complementary Color

#d6232b #23d6ce

#d6232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6232b Color CSS Codes

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

#d6232b Text Font Color

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

This sample text font color is #d6232b
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.


#d6232b Background Color

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

This div background color is #d6232b


#d6232b Border Color

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

This div border color is #d6232b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,35,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6232b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6232b;
  -webkit-box-shadow: 1px 1px 3px 2px #d6232b;
  box-shadow:         1px 1px 3px 2px #d6232b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,35,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6232b


Comments

No comments written yet.

Please login to write comment.