Html Css Color HEX #DE2420 Persian Red

📋 copy color: '#DE2420'

red 222 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #DE2420

Tints of Persian Red #DE2420

RGB

 RED value IS 222 (87.11% from 255) = 76.55%

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 76.55%
G = 12.41%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE2420 (or 0xDE2420) is known color: Persian Red. HEX triplet: DE, 24 and 20. RGB value is (222,36,32). Sum of RGB (Red+Green+Blue) = 222+36+32=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2420 is #21DBDF. Grayscale: #5B5B5B. Windows color (decimal): -2218976 or 2106590. OLE color: 2106590.

HSL color Cylindrical-coordinate representation of color #DE2420: hue angle of 1.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2420 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 36 32 -
CMYK 0 0.84 0.86 0.13
HSL 1.26º 0.75% 0.5% -
HSV(B) 1.26º 0.86% 0.87% -
XYZ 31.02 16.9 2.99 -
YUV 91.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 222 36 32 0 0.84 0.86 0.13 1.26 0.75 0.5
Hex DE 24 20 0 54 56 D 1 4B 32
Octal 336 44 40 0 124 126 15 1 113 62
Binary 11011110 100100 100000 0 1010100 1010110 1101 1 1001011 110010

Color Harmonies of #DE2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2420

Black with #DE2420

Text Example


Text Example

White with #DE2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2420; }

 p { color: rgb(222,36,32); }

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

background-color css

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

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

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

border-color css

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

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

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