Html Css Color HEX #D22821 Persian Red

📋 copy color: '#D22821'

red 210 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #D22821

Tints of Persian Red #D22821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 74.2%
G = 14.13%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22821 (or 0xD22821) is known color: Persian Red. HEX triplet: D2, 28 and 21. RGB value is (210,40,33). Sum of RGB (Red+Green+Blue) = 210+40+33=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D22821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22821 is #2DD7DE. Grayscale: #5A5A5A. Windows color (decimal): -3004383 or 2173138. OLE color: 2173138.

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

Color convert

RGB 210 40 33 -
CMYK 0 0.81 0.84 0.18
HSL 2.37º 0.73% 0.48% -
HSV(B) 2.37º 0.84% 0.82% -
XYZ 27.61 15.33 2.94 -
YUV 90.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 210 40 33 0 0.81 0.84 0.18 2.37 0.73 0.48
Hex D2 28 21 0 51 54 12 2 49 30
Octal 322 50 41 0 121 124 22 2 111 60
Binary 11010010 101000 100001 0 1010001 1010100 10010 10 1001001 110000

Color Harmonies of #D22821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22821

Black with #D22821

Text Example


Text Example

White with #D22821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22821; }

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

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

background-color css

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

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

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

border-color css

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

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

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