Html Css Color HEX #D22220 Persian Red

📋 copy color: '#D22220'

red 210 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #D22220

Tints of Persian Red #D22220

RGB

 RED value IS 210 (82.42% from 255) = 76.09%

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

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

R = 76.09%
G = 12.32%
B = 11.59%

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

#D22220 (or 0xD22220) is known color: Persian Red. HEX triplet: D2, 22 and 20. RGB value is (210,34,32). Sum of RGB (Red+Green+Blue) = 210+34+32=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D22220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22220 is #2DDDDF. Grayscale: #565656. Windows color (decimal): -3005920 or 2106066. OLE color: 2106066.

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

Color convert

RGB 210 34 32 -
CMYK 0 0.84 0.85 0.18
HSL 0.67º 0.74% 0.47% -
HSV(B) 0.67º 0.85% 0.82% -
XYZ 27.41 14.95 2.81 -
YUV 86.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 210 34 32 0 0.84 0.85 0.18 0.67 0.74 0.47
Hex D2 22 20 0 54 55 12 1 4A 2F
Octal 322 42 40 0 124 125 22 1 112 57
Binary 11010010 100010 100000 0 1010100 1010101 10010 1 1001010 101111

Color Harmonies of #D22220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22220

Black with #D22220

Text Example


Text Example

White with #D22220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22220; }

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

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

background-color css

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

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

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

border-color css

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

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

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