Html Css Color HEX #D22322 Persian Red

📋 copy color: '#D22322'

red 210 ◦ green 35 ◦ blue 34

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

Shades of Persian Red #D22322

Tints of Persian Red #D22322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 75.27%
G = 12.54%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22322 (or 0xD22322) is known color: Persian Red. HEX triplet: D2, 23 and 22. RGB value is (210,35,34). Sum of RGB (Red+Green+Blue) = 210+35+34=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22322 is #2DDCDD. Grayscale: #575757. Windows color (decimal): -3005662 or 2237394. OLE color: 2237394.

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

Color convert

RGB 210 35 34 -
CMYK 0 0.83 0.84 0.18
HSL 0.34º 0.72% 0.48% -
HSV(B) 0.34º 0.84% 0.82% -
XYZ 27.47 15.02 2.96 -
YUV 87.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 210 35 34 0 0.83 0.84 0.18 0.34 0.72 0.48
Hex D2 23 22 0 53 54 12 0 48 30
Octal 322 43 42 0 123 124 22 0 110 60
Binary 11010010 100011 100010 0 1010011 1010100 10010 0 1001000 110000

Color Harmonies of #D22322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22322

Black with #D22322

Text Example


Text Example

White with #D22322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22322; }

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

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

background-color css

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

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

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

border-color css

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

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

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