Html Css Color HEX #D04232 Persian Red

📋 copy color: '#D04232'

red 208 ◦ green 66 ◦ blue 50

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

Shades of Persian Red #D04232

Tints of Persian Red #D04232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 64.2%
G = 20.37%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D04232 (or 0xD04232) is known color: Persian Red. HEX triplet: D0, 42 and 32. RGB value is (208,66,50). Sum of RGB (Red+Green+Blue) = 208+66+50=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D04232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04232 is #2FBDCD. Grayscale: #6A6A6A. Windows color (decimal): -3128782 or 3293904. OLE color: 3293904.

HSL color Cylindrical-coordinate representation of color #D04232: hue angle of 6.08º 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 #D04232 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 50 -
CMYK 0 0.68 0.76 0.18
HSL 6.08º 0.63% 0.51% -
HSV(B) 6.08º 0.76% 0.82% -
XYZ 28.54 17.54 4.9 -
YUV 106.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 208 66 50 0 0.68 0.76 0.18 6.08 0.63 0.51
Hex D0 42 32 0 44 4C 12 6 3F 33
Octal 320 102 62 0 104 114 22 6 77 63
Binary 11010000 1000010 110010 0 1000100 1001100 10010 110 111111 110011

Color Harmonies of #D04232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04232

Black with #D04232

Text Example


Text Example

White with #D04232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04232; }

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

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

background-color css

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

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

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

border-color css

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

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

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