Html Css Color HEX #D22120 Persian Red

📋 copy color: '#D22120'

red 210 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #D22120

Tints of Persian Red #D22120

RGB

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

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

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

R = 76.36%
G = 12%
B = 11.64%

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

#D22120 (or 0xD22120) is known color: Persian Red. HEX triplet: D2, 21 and 20. RGB value is (210,33,32). Sum of RGB (Red+Green+Blue) = 210+33+32=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D22120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22120 is #2DDEDF. Grayscale: #555555. Windows color (decimal): -3006176 or 2105810. OLE color: 2105810.

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

Color convert

RGB 210 33 32 -
CMYK 0 0.84 0.85 0.18
HSL 0.34º 0.74% 0.47% -
HSV(B) 0.34º 0.85% 0.82% -
XYZ 27.38 14.89 2.8 -
YUV 85.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 210 33 32 0 0.84 0.85 0.18 0.34 0.74 0.47
Hex D2 21 20 0 54 55 12 0 4A 2F
Octal 322 41 40 0 124 125 22 0 112 57
Binary 11010010 100001 100000 0 1010100 1010101 10010 0 1001010 101111

Color Harmonies of #D22120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22120

Black with #D22120

Text Example


Text Example

White with #D22120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22120; }

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

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

background-color css

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

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

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

border-color css

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

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

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