Html Css Color HEX #D22121 Persian Red

📋 copy color: '#D22121'

red 210 ◦ green 33 ◦ blue 33

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

Shades of Persian Red #D22121

Tints of Persian Red #D22121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 76.09%
G = 11.96%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22121 (or 0xD22121) is known color: Persian Red. HEX triplet: D2, 21 and 21. RGB value is (210,33,33). Sum of RGB (Red+Green+Blue) = 210+33+33=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D22121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22121 is #2DDEDE. Grayscale: #565656. Windows color (decimal): -3006175 or 2171346. OLE color: 2171346.

HSL color Cylindrical-coordinate representation of color #D22121: hue angle of 0º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22121 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 33 -
CMYK 0 0.84 0.84 0.18
HSL 0.73% 0.48% -
HSV(B) 0.84% 0.82% -
XYZ 27.4 14.9 2.87 -
YUV 85.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 210 33 33 0 0.84 0.84 0.18 0 0.73 0.48
Hex D2 21 21 0 54 54 12 0 49 30
Octal 322 41 41 0 124 124 22 0 111 60
Binary 11010010 100001 100001 0 1010100 1010100 10010 0 1001001 110000

Color Harmonies of #D22121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22121

Black with #D22121

Text Example


Text Example

White with #D22121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22121; }

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

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

background-color css

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

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

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

border-color css

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

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

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