Html Css Color HEX #D02420 Persian Red

📋 copy color: '#D02420'

red 208 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #D02420

Tints of Persian Red #D02420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 75.36%
G = 13.04%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D02420 (or 0xD02420) is known color: Persian Red. HEX triplet: D0, 24 and 20. RGB value is (208,36,32). Sum of RGB (Red+Green+Blue) = 208+36+32=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D02420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02420 is #2FDBDF. Grayscale: #575757. Windows color (decimal): -3136480 or 2106576. OLE color: 2106576.

HSL color Cylindrical-coordinate representation of color #D02420: hue angle of 1.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02420 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 32 -
CMYK 0 0.83 0.85 0.18
HSL 1.36º 0.73% 0.47% -
HSV(B) 1.36º 0.85% 0.82% -
XYZ 26.9 14.78 2.8 -
YUV 86.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 208 36 32 0 0.83 0.85 0.18 1.36 0.73 0.47
Hex D0 24 20 0 53 55 12 1 49 2F
Octal 320 44 40 0 123 125 22 1 111 57
Binary 11010000 100100 100000 0 1010011 1010101 10010 1 1001001 101111

Color Harmonies of #D02420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02420

Black with #D02420

Text Example


Text Example

White with #D02420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02420; }

 p { color: rgb(208,36,32); }

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

background-color css

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

 a { background-color: rgb(208,36,32); }

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

border-color css

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

 span { border-color: rgb(208,36,32); }

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