Color Hex Logo

#d5302c Color Hex

#D5302C
(213,48,44)
0 Favorites   0 Comments

Color spaces of #d5302c

RGB 2134844
HSL0.000.670.50
HSV79°84°
CMYK 0.000.770.79   0.16
XYZ28.952116.44194.0305
Yxy16.44190.58580.3327
Hunter Lab40.548656.490622.4906
CIE-Lab47.549062.503642.9127

#d5302c color RGB value is (213,48,44).

#d5302c hex color red value is 213, green value is 48 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d5302c hue: 0.00 , saturation: 0.67 and the lightness value of d5302c is 0.50.

The process color (four color CMYK) of #d5302c color hex is 0.00, 0.77, 0.79, 0.16. Web safe color of #d5302c is #cc3333. Color #d5302c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110000 00101100
Octal 325 60 54
Decimal 213 48 44
Hex D5 30 2C

RGB Percentages of Color #d5302c

%69.84
%15.74
%14.43

CMYK Percentages of Color #d5302c

%0
%77
%79
%16

Triadic Colors of #d5302c

#d5302c #2cd530 #302cd5

Analogous Colors of #d5302c

#d5302c #d5852c #d52c7d

Monochromatic Colors of #d5302c

#d5302c

Complementary Color

#d5302c #2cd1d5

#d5302c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5302c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5302c Color CSS Codes

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

#d5302c Text Font Color

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

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


#d5302c Background Color

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

This div background color is #d5302c


#d5302c Border Color

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

This div border color is #d5302c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5302c


Comments

No comments written yet.

Please login to write comment.