color codes Logo

#d30b0f color codes

#D30B0F
(211,11,15)
0 Favorites   0 Comments

Color spaces of #d30b0f

RGB 2111115
HSL1.000.900.44
HSV359°95°83°
CMYK 0.000.950.93   0.17
XYZ27.069914.12271.7512
Yxy14.12270.63040.3289
Hunter Lab37.580262.812523.5433
CIE-Lab44.408468.586353.6682

#d30b0f color RGB value is (211,11,15).

#d30b0f hex color red value is 211, green value is 11 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d30b0f hue: 1.00 , saturation: 0.90 and the lightness value of d30b0f is 0.44.

The process color (four color CMYK) of #d30b0f color code is 0.00, 0.95, 0.93, 0.17. Web safe color of #d30b0f is #cc0000. Color #d30b0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001011 00001111
Octal 323 13 17
Decimal 211 11 15
Hex D3 B F

RGB Percentages of Color #d30b0f

%89.03
%4.64
%6.33

CMYK Percentages of Color #d30b0f

%0
%95
%93
%17

Triadic Colors of #d30b0f

#d30b0f #0fd30b #0b0fd3

Analogous Colors of #d30b0f

#d30b0f #d36b0b #d30b73

Monochromatic Colors of #d30b0f

#d30b0f

Complementary Color

#d30b0f #0bd3cf

#d30b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30b0f Color CSS Codes

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

#d30b0f Text Font Color

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

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


#d30b0f Background Color

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

This div background color is #d30b0f


#d30b0f Border Color

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

This div border color is #d30b0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,11,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d30b0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d30b0f;
  -webkit-box-shadow: 1px 1px 3px 2px #d30b0f;
  box-shadow:         1px 1px 3px 2px #d30b0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,11,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30b0f


Comments

No comments written yet.

Please login to write comment.