Html Css Color HEX #D22921 Persian Red

📋 copy color: '#D22921'

red 210 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #D22921

Tints of Persian Red #D22921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 73.94%
G = 14.44%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22921 (or 0xD22921) is known color: Persian Red. HEX triplet: D2, 29 and 21. RGB value is (210,41,33). Sum of RGB (Red+Green+Blue) = 210+41+33=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D22921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22921 is #2DD6DE. Grayscale: #5A5A5A. Windows color (decimal): -3004127 or 2173394. OLE color: 2173394.

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

Color convert

RGB 210 41 33 -
CMYK 0 0.80 0.84 0.18
HSL 2.71º 0.73% 0.48% -
HSV(B) 2.71º 0.84% 0.82% -
XYZ 27.65 15.4 2.95 -
YUV 90.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 210 41 33 0 0.80 0.84 0.18 2.71 0.73 0.48
Hex D2 29 21 0 50 54 12 3 49 30
Octal 322 51 41 0 120 124 22 3 111 60
Binary 11010010 101001 100001 0 1010000 1010100 10010 11 1001001 110000

Color Harmonies of #D22921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22921

Black with #D22921

Text Example


Text Example

White with #D22921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22921; }

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

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

background-color css

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

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

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

border-color css

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

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

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