Html Css Color HEX #D04027 Persian Red

📋 copy color: '#D04027'

red 208 ◦ green 64 ◦ blue 39

#D04027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D04027

Tints of Persian Red #D04027

RGB

 RED value IS 208 (81.64% from 255) = 66.88%

 GREEN value IS 64 (25.39% from 255) = 20.58%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 66.88%
G = 20.58%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D04027 (or 0xD04027) is known color: Persian Red. HEX triplet: D0, 40 and 27. RGB value is (208,64,39). Sum of RGB (Red+Green+Blue) = 208+64+39=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D04027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04027 is #2FBFD8. Grayscale: #686868. Windows color (decimal): -3129305 or 2572496. OLE color: 2572496.

HSL color Cylindrical-coordinate representation of color #D04027: hue angle of 8.88º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D04027 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 39 -
CMYK 0 0.69 0.81 0.18
HSL 8.88º 0.68% 0.48% -
HSV(B) 8.88º 0.81% 0.82% -
XYZ 28.21 17.22 3.76 -
YUV 104.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 208 64 39 0 0.69 0.81 0.18 8.88 0.68 0.48
Hex D0 40 27 0 45 51 12 9 44 30
Octal 320 100 47 0 105 121 22 11 104 60
Binary 11010000 1000000 100111 0 1000101 1010001 10010 1001 1000100 110000

Color Harmonies of #D04027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04027

Black with #D04027

Text Example


Text Example

White with #D04027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04027; }

 p { color: rgb(208,64,39); }

 H1.HeaderClassName
 {
   color: #D04027;
 }
 .AnyTagClassName
 {
   color: #D04027;
 }
</style>

background-color css

<style>
 a { background-color: #D04027; }

 a { background-color: rgb(208,64,39); }

 div.DivClassName
 {
   background-color: #D04027;
 }
 .BgClassName
 {
   background-color: #D04027;
 }
</style>

border-color css

<style>
 span { border-color: #D04027; }

 span { border-color: rgb(208,64,39); }

 td.TdClassName
 {
   border-color: #D04027;
 }
 .TagClassName
 {
   border-color: #D04027;
 }
</style>