Html Css Color HEX #E02120 Persian Red

📋 copy color: '#E02120'

red 224 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #E02120

Tints of Persian Red #E02120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 77.51%
G = 11.42%
B = 11.07%

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

#E02120 (or 0xE02120) is known color: Persian Red. HEX triplet: E0, 21 and 20. RGB value is (224,33,32). Sum of RGB (Red+Green+Blue) = 224+33+32=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E02120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02120 is #1FDEDF. Grayscale: #5A5A5A. Windows color (decimal): -2088672 or 2105824. OLE color: 2105824.

HSL color Cylindrical-coordinate representation of color #E02120: hue angle of 0.31º 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 #E02120 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 32 -
CMYK 0 0.85 0.86 0.12
HSL 0.31º 0.76% 0.5% -
HSV(B) 0.31º 0.86% 0.88% -
XYZ 31.55 17.04 2.99 -
YUV 90 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 224 33 32 0 0.85 0.86 0.12 0.31 0.76 0.5
Hex E0 21 20 0 55 56 C 0 4C 32
Octal 340 41 40 0 125 126 14 0 114 62
Binary 11100000 100001 100000 0 1010101 1010110 1100 0 1001100 110010

Color Harmonies of #E02120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02120

Black with #E02120

Text Example


Text Example

White with #E02120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02120; }

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

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

background-color css

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

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

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

border-color css

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

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

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