Html Css Color HEX #D22C24 Persian Red

📋 copy color: '#D22C24'

red 210 ◦ green 44 ◦ blue 36

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

Shades of Persian Red #D22C24

Tints of Persian Red #D22C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 72.41%
G = 15.17%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D22C24 (or 0xD22C24) is known color: Persian Red. HEX triplet: D2, 2C and 24. RGB value is (210,44,36). Sum of RGB (Red+Green+Blue) = 210+44+36=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C24 is #2DD3DB. Grayscale: #5C5C5C. Windows color (decimal): -3003356 or 2370770. OLE color: 2370770.

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

Color convert

RGB 210 44 36 -
CMYK 0 0.79 0.83 0.18
HSL 2.76º 0.71% 0.48% -
HSV(B) 2.76º 0.83% 0.82% -
XYZ 27.8 15.63 3.22 -
YUV 92.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 210 44 36 0 0.79 0.83 0.18 2.76 0.71 0.48
Hex D2 2C 24 0 4F 53 12 3 47 30
Octal 322 54 44 0 117 123 22 3 107 60
Binary 11010010 101100 100100 0 1001111 1010011 10010 11 1000111 110000

Color Harmonies of #D22C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C24

Black with #D22C24

Text Example


Text Example

White with #D22C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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