Html Css Color HEX #D22020 Persian Red

📋 copy color: '#D22020'

red 210 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #D22020

Tints of Persian Red #D22020

RGB

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

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

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

R = 76.64%
G = 11.68%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D22020 (or 0xD22020) is known color: Persian Red. HEX triplet: D2, 20 and 20. RGB value is (210,32,32). Sum of RGB (Red+Green+Blue) = 210+32+32=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D22020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22020 is #2DDFDF. Grayscale: #555555. Windows color (decimal): -3006432 or 2105554. OLE color: 2105554.

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

Color convert

RGB 210 32 32 -
CMYK 0 0.85 0.85 0.18
HSL 0.74% 0.47% -
HSV(B) 0.85% 0.82% -
XYZ 27.36 14.84 2.79 -
YUV 85.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 210 32 32 0 0.85 0.85 0.18 0 0.74 0.47
Hex D2 20 20 0 55 55 12 0 4A 2F
Octal 322 40 40 0 125 125 22 0 112 57
Binary 11010010 100000 100000 0 1010101 1010101 10010 0 1001010 101111

Color Harmonies of #D22020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22020

Black with #D22020

Text Example


Text Example

White with #D22020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22020; }

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

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

background-color css

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

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

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

border-color css

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

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

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