Html Css Color HEX #D04036 Persian Red

📋 copy color: '#D04036'

red 208 ◦ green 64 ◦ blue 54

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

Shades of Persian Red #D04036

Tints of Persian Red #D04036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 63.8%
G = 19.63%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D04036 (or 0xD04036) is known color: Persian Red. HEX triplet: D0, 40 and 36. RGB value is (208,64,54). Sum of RGB (Red+Green+Blue) = 208+64+54=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D04036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04036 is #2FBFC9. Grayscale: #6A6A6A. Windows color (decimal): -3129290 or 3555536. OLE color: 3555536.

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

Color convert

RGB 208 64 54 -
CMYK 0 0.69 0.74 0.18
HSL 3.9º 0.62% 0.51% -
HSV(B) 3.9º 0.74% 0.82% -
XYZ 28.51 17.34 5.33 -
YUV 105.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 208 64 54 0 0.69 0.74 0.18 3.9 0.62 0.51
Hex D0 40 36 0 45 4A 12 4 3E 33
Octal 320 100 66 0 105 112 22 4 76 63
Binary 11010000 1000000 110110 0 1000101 1001010 10010 100 111110 110011

Color Harmonies of #D04036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04036

Black with #D04036

Text Example


Text Example

White with #D04036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04036; }

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

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

background-color css

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

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

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

border-color css

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

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

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