Html Css Color HEX #E02220 Persian Red

📋 copy color: '#E02220'

red 224 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #E02220

Tints of Persian Red #E02220

RGB

 RED value IS 224 (87.89% from 255) = 77.24%

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 77.24%
G = 11.72%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02220 (or 0xE02220) is known color: Persian Red. HEX triplet: E0, 22 and 20. RGB value is (224,34,32). Sum of RGB (Red+Green+Blue) = 224+34+32=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E02220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02220 is #1FDDDF. Grayscale: #5A5A5A. Windows color (decimal): -2088416 or 2106080. OLE color: 2106080.

HSL color Cylindrical-coordinate representation of color #E02220: hue angle of 0.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02220 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 32 -
CMYK 0 0.85 0.86 0.12
HSL 0.63º 0.76% 0.5% -
HSV(B) 0.63º 0.86% 0.88% -
XYZ 31.57 17.1 3 -
YUV 90.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 224 34 32 0 0.85 0.86 0.12 0.63 0.76 0.5
Hex E0 22 20 0 55 56 C 1 4C 32
Octal 340 42 40 0 125 126 14 1 114 62
Binary 11100000 100010 100000 0 1010101 1010110 1100 1 1001100 110010

Color Harmonies of #E02220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02220

Black with #E02220

Text Example


Text Example

White with #E02220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02220; }

 p { color: rgb(224,34,32); }

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

background-color css

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

 a { background-color: rgb(224,34,32); }

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

border-color css

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

 span { border-color: rgb(224,34,32); }

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