Html Css Color HEX #D04032 Persian Red

📋 copy color: '#D04032'

red 208 ◦ green 64 ◦ blue 50

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

Shades of Persian Red #D04032

Tints of Persian Red #D04032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 64.6%
G = 19.88%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D04032 (or 0xD04032) is known color: Persian Red. HEX triplet: D0, 40 and 32. RGB value is (208,64,50). Sum of RGB (Red+Green+Blue) = 208+64+50=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D04032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04032 is #2FBFCD. Grayscale: #696969. Windows color (decimal): -3129294 or 3293392. OLE color: 3293392.

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

Color convert

RGB 208 64 50 -
CMYK 0 0.69 0.76 0.18
HSL 5.32º 0.63% 0.51% -
HSV(B) 5.32º 0.76% 0.82% -
XYZ 28.42 17.31 4.86 -
YUV 105.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 208 64 50 0 0.69 0.76 0.18 5.32 0.63 0.51
Hex D0 40 32 0 45 4C 12 5 3F 33
Octal 320 100 62 0 105 114 22 5 77 63
Binary 11010000 1000000 110010 0 1000101 1001100 10010 101 111111 110011

Color Harmonies of #D04032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04032

Black with #D04032

Text Example


Text Example

White with #D04032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04032; }

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

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

background-color css

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

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

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

border-color css

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

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

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