Color Hex Logo

#d0270d Color Hex

#D0270D
(208,39,13)
0 Favorites   0 Comments

Color spaces of #d0270d

RGB 2083913
HSL0.020.880.43
HSV94°82°
CMYK 0.000.810.94   0.18
XYZ26.810614.89001.8418
Yxy14.89000.61570.3420
Hunter Lab38.587656.493424.1814
CIE-Lab45.483262.899954.6653

#d0270d color RGB value is (208,39,13).

#d0270d hex color red value is 208, green value is 39 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d0270d hue: 0.02 , saturation: 0.88 and the lightness value of d0270d is 0.43.

The process color (four color CMYK) of #d0270d color hex is 0.00, 0.81, 0.94, 0.18. Web safe color of #d0270d is #cc3300. Color #d0270d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 00001101
Octal 320 47 15
Decimal 208 39 13
Hex D0 27 D

RGB Percentages of Color #d0270d

%80.00
%15.00
%5.00

CMYK Percentages of Color #d0270d

%0
%81
%94
%18

Triadic Colors of #d0270d

#d0270d #0dd027 #270dd0

Analogous Colors of #d0270d

#d0270d #d0890d #d00d54

Monochromatic Colors of #d0270d

#d0270d

Complementary Color

#d0270d #0db6d0

#d0270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0270d Color CSS Codes

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

#d0270d Text Font Color

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

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


#d0270d Background Color

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

This div background color is #d0270d


#d0270d Border Color

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

This div border color is #d0270d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,39,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0270d


Comments

No comments written yet.

Please login to write comment.