Html Css Color HEX #D22320 Persian Red

📋 copy color: '#D22320'

red 210 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #D22320

Tints of Persian Red #D22320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 75.81%
G = 12.64%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D22320 (or 0xD22320) is known color: Persian Red. HEX triplet: D2, 23 and 20. RGB value is (210,35,32). Sum of RGB (Red+Green+Blue) = 210+35+32=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D22320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22320 is #2DDCDF. Grayscale: #575757. Windows color (decimal): -3005664 or 2106322. OLE color: 2106322.

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

Color convert

RGB 210 35 32 -
CMYK 0 0.83 0.85 0.18
HSL 1.01º 0.74% 0.47% -
HSV(B) 1.01º 0.85% 0.82% -
XYZ 27.44 15.01 2.82 -
YUV 86.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 210 35 32 0 0.83 0.85 0.18 1.01 0.74 0.47
Hex D2 23 20 0 53 55 12 1 4A 2F
Octal 322 43 40 0 123 125 22 1 112 57
Binary 11010010 100011 100000 0 1010011 1010101 10010 1 1001010 101111

Color Harmonies of #D22320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22320

Black with #D22320

Text Example


Text Example

White with #D22320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22320; }

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

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

background-color css

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

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

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

border-color css

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

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

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