Html Css Color HEX #D22321 Persian Red

📋 copy color: '#D22321'

red 210 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #D22321

Tints of Persian Red #D22321

RGB

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

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

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

R = 75.54%
G = 12.59%
B = 11.87%

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

#D22321 (or 0xD22321) is known color: Persian Red. HEX triplet: D2, 23 and 21. RGB value is (210,35,33). Sum of RGB (Red+Green+Blue) = 210+35+33=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D22321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22321 is #2DDCDE. Grayscale: #575757. Windows color (decimal): -3005663 or 2171858. OLE color: 2171858.

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

Color convert

RGB 210 35 33 -
CMYK 0 0.83 0.84 0.18
HSL 0.68º 0.73% 0.48% -
HSV(B) 0.68º 0.84% 0.82% -
XYZ 27.45 15.01 2.89 -
YUV 87.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 210 35 33 0 0.83 0.84 0.18 0.68 0.73 0.48
Hex D2 23 21 0 53 54 12 1 49 30
Octal 322 43 41 0 123 124 22 1 111 60
Binary 11010010 100011 100001 0 1010011 1010100 10010 1 1001001 110000

Color Harmonies of #D22321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22321

Black with #D22321

Text Example


Text Example

White with #D22321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22321; }

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

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

background-color css

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

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

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

border-color css

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

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

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