Html Css Color HEX #D22424 Persian Red

📋 copy color: '#D22424'

red 210 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #D22424

Tints of Persian Red #D22424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 74.47%
G = 12.77%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D22424 (or 0xD22424) is known color: Persian Red. HEX triplet: D2, 24 and 24. RGB value is (210,36,36). Sum of RGB (Red+Green+Blue) = 210+36+36=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22424 is #2DDBDB. Grayscale: #585858. Windows color (decimal): -3005404 or 2368722. OLE color: 2368722.

HSL color Cylindrical-coordinate representation of color #D22424: hue angle of 0º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22424 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 36 -
CMYK 0 0.83 0.83 0.18
HSL 0.71% 0.48% -
HSV(B) 0.83% 0.82% -
XYZ 27.53 15.09 3.13 -
YUV 88.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 210 36 36 0 0.83 0.83 0.18 0 0.71 0.48
Hex D2 24 24 0 53 53 12 0 47 30
Octal 322 44 44 0 123 123 22 0 107 60
Binary 11010010 100100 100100 0 1010011 1010011 10010 0 1000111 110000

Color Harmonies of #D22424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22424

Black with #D22424

Text Example


Text Example

White with #D22424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22424; }

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

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

background-color css

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

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

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

border-color css

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

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

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