Html Css Color HEX #D02220 Persian Red

📋 copy color: '#D02220'

red 208 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #D02220

Tints of Persian Red #D02220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

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

R = 75.91%
G = 12.41%
B = 11.68%

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

#D02220 (or 0xD02220) is known color: Persian Red. HEX triplet: D0, 22 and 20. RGB value is (208,34,32). Sum of RGB (Red+Green+Blue) = 208+34+32=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D02220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02220 is #2FDDDF. Grayscale: #555555. Windows color (decimal): -3136992 or 2106064. OLE color: 2106064.

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

Color convert

RGB 208 34 32 -
CMYK 0 0.84 0.85 0.18
HSL 0.68º 0.73% 0.47% -
HSV(B) 0.68º 0.85% 0.82% -
XYZ 26.85 14.66 2.78 -
YUV 85.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 208 34 32 0 0.84 0.85 0.18 0.68 0.73 0.47
Hex D0 22 20 0 54 55 12 1 49 2F
Octal 320 42 40 0 124 125 22 1 111 57
Binary 11010000 100010 100000 0 1010100 1010101 10010 1 1001001 101111

Color Harmonies of #D02220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02220

Black with #D02220

Text Example


Text Example

White with #D02220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02220; }

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

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

background-color css

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

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

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

border-color css

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

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

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