Color Hex Logo

#d5331b Color Hex

#D5331B
(213,51,27)
0 Favorites   0 Comments

Color spaces of #d5331b

RGB 2135127
HSL0.020.780.47
HSV87°84°
CMYK 0.000.760.87   0.16
XYZ28.822216.59292.7206
Yxy16.59290.59880.3447
Hunter Lab40.734455.015124.5542
CIE-Lab47.742961.163751.4318

#d5331b color RGB value is (213,51,27).

#d5331b hex color red value is 213, green value is 51 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d5331b hue: 0.02 , saturation: 0.78 and the lightness value of d5331b is 0.47.

The process color (four color CMYK) of #d5331b color hex is 0.00, 0.76, 0.87, 0.16. Web safe color of #d5331b is #cc3333. Color #d5331b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110011 00011011
Octal 325 63 33
Decimal 213 51 27
Hex D5 33 1B

RGB Percentages of Color #d5331b

%73.20
%17.53
%9.28

CMYK Percentages of Color #d5331b

%0
%76
%87
%16

Triadic Colors of #d5331b

#d5331b #1bd533 #331bd5

Analogous Colors of #d5331b

#d5331b #d5901b #d51b60

Monochromatic Colors of #d5331b

#d5331b

Complementary Color

#d5331b #1bbdd5

#d5331b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5331b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5331b Color CSS Codes

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

#d5331b Text Font Color

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

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


#d5331b Background Color

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

This div background color is #d5331b


#d5331b Border Color

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

This div border color is #d5331b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,51,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5331b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5331b;
  -webkit-box-shadow: 1px 1px 3px 2px #d5331b;
  box-shadow:         1px 1px 3px 2px #d5331b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,51,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5331b


Comments

No comments written yet.

Please login to write comment.