Color Hex Logo

#d0272b Color Hex

#D0272B
(208,39,43)
0 Favorites   0 Comments

Color spaces of #d0272b

RGB 2083943
HSL1.000.680.48
HSV359°81°82°
CMYK 0.000.810.79   0.18
XYZ27.174015.03543.7554
Yxy15.03540.59120.3271
Hunter Lab38.775557.236221.4006
CIE-Lab45.682663.515041.2472

#d0272b color RGB value is (208,39,43).

#d0272b hex color red value is 208, green value is 39 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d0272b hue: 1.00 , saturation: 0.68 and the lightness value of d0272b is 0.48.

The process color (four color CMYK) of #d0272b color hex is 0.00, 0.81, 0.79, 0.18. Web safe color of #d0272b is #cc3333. Color #d0272b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 00101011
Octal 320 47 53
Decimal 208 39 43
Hex D0 27 2B

RGB Percentages of Color #d0272b

%71.72
%13.45
%14.83

CMYK Percentages of Color #d0272b

%0
%81
%79
%18

Triadic Colors of #d0272b

#d0272b #2bd027 #272bd0

Analogous Colors of #d0272b

#d0272b #d07827 #d02780

Monochromatic Colors of #d0272b

#d0272b

Complementary Color

#d0272b #27d0cc

#d0272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0272b Color CSS Codes

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

#d0272b Text Font Color

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

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


#d0272b Background Color

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

This div background color is #d0272b


#d0272b Border Color

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

This div border color is #d0272b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,39,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 #d0272b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0272b


Comments

No comments written yet.

Please login to write comment.