Html Css Color HEX #D22421 Persian Red

📋 copy color: '#D22421'

red 210 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D22421

Tints of Persian Red #D22421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 75.27%
G = 12.9%
B = 11.83%

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

#D22421 (or 0xD22421) is known color: Persian Red. HEX triplet: D2, 24 and 21. RGB value is (210,36,33). Sum of RGB (Red+Green+Blue) = 210+36+33=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22421 is #2DDBDE. Grayscale: #575757. Windows color (decimal): -3005407 or 2172114. OLE color: 2172114.

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

Color convert

RGB 210 36 33 -
CMYK 0 0.83 0.84 0.18
HSL 1.02º 0.73% 0.48% -
HSV(B) 1.02º 0.84% 0.82% -
XYZ 27.48 15.07 2.9 -
YUV 87.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 210 36 33 0 0.83 0.84 0.18 1.02 0.73 0.48
Hex D2 24 21 0 53 54 12 1 49 30
Octal 322 44 41 0 123 124 22 1 111 60
Binary 11010010 100100 100001 0 1010011 1010100 10010 1 1001001 110000

Color Harmonies of #D22421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22421

Black with #D22421

Text Example


Text Example

White with #D22421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22421; }

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

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

background-color css

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

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

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

border-color css

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

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

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