Html Css Color HEX #D02120 Persian Red

📋 copy color: '#D02120'

red 208 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #D02120

Tints of Persian Red #D02120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

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

R = 76.19%
G = 12.09%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D02120 (or 0xD02120) is known color: Persian Red. HEX triplet: D0, 21 and 20. RGB value is (208,33,32). Sum of RGB (Red+Green+Blue) = 208+33+32=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D02120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02120 is #2FDEDF. Grayscale: #555555. Windows color (decimal): -3137248 or 2105808. OLE color: 2105808.

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

Color convert

RGB 208 33 32 -
CMYK 0 0.84 0.85 0.18
HSL 0.34º 0.73% 0.47% -
HSV(B) 0.34º 0.85% 0.82% -
XYZ 26.82 14.6 2.77 -
YUV 85.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 208 33 32 0 0.84 0.85 0.18 0.34 0.73 0.47
Hex D0 21 20 0 54 55 12 0 49 2F
Octal 320 41 40 0 124 125 22 0 111 57
Binary 11010000 100001 100000 0 1010100 1010101 10010 0 1001001 101111

Color Harmonies of #D02120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02120

Black with #D02120

Text Example


Text Example

White with #D02120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02120; }

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

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

background-color css

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

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

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

border-color css

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

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

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