Html Css Color HEX #D04029 Persian Red

📋 copy color: '#D04029'

red 208 ◦ green 64 ◦ blue 41

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

Shades of Persian Red #D04029

Tints of Persian Red #D04029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 66.45%
G = 20.45%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D04029 (or 0xD04029) is known color: Persian Red. HEX triplet: D0, 40 and 29. RGB value is (208,64,41). Sum of RGB (Red+Green+Blue) = 208+64+41=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D04029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04029 is #2FBFD6. Grayscale: #686868. Windows color (decimal): -3129303 or 2703568. OLE color: 2703568.

HSL color Cylindrical-coordinate representation of color #D04029: hue angle of 8.26º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D04029 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 41 -
CMYK 0 0.69 0.80 0.18
HSL 8.26º 0.67% 0.49% -
HSV(B) 8.26º 0.8% 0.82% -
XYZ 28.25 17.24 3.94 -
YUV 104.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 208 64 41 0 0.69 0.80 0.18 8.26 0.67 0.49
Hex D0 40 29 0 45 50 12 8 43 31
Octal 320 100 51 0 105 120 22 10 103 61
Binary 11010000 1000000 101001 0 1000101 1010000 10010 1000 1000011 110001

Color Harmonies of #D04029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04029

Black with #D04029

Text Example


Text Example

White with #D04029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04029; }

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

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

background-color css

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

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

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

border-color css

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

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

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