Html Css Color HEX #E02420 Persian Red

📋 copy color: '#E02420'

red 224 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #E02420

Tints of Persian Red #E02420

RGB

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

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

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

R = 76.71%
G = 12.33%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E02420 (or 0xE02420) is known color: Persian Red. HEX triplet: E0, 24 and 20. RGB value is (224,36,32). Sum of RGB (Red+Green+Blue) = 224+36+32=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02420 is #1FDBDF. Grayscale: #5B5B5B. Windows color (decimal): -2087904 or 2106592. OLE color: 2106592.

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

Color convert

RGB 224 36 32 -
CMYK 0 0.84 0.86 0.12
HSL 1.25º 0.76% 0.5% -
HSV(B) 1.25º 0.86% 0.88% -
XYZ 31.63 17.21 3.02 -
YUV 91.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 224 36 32 0 0.84 0.86 0.12 1.25 0.76 0.5
Hex E0 24 20 0 54 56 C 1 4C 32
Octal 340 44 40 0 124 126 14 1 114 62
Binary 11100000 100100 100000 0 1010100 1010110 1100 1 1001100 110010

Color Harmonies of #E02420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02420

Black with #E02420

Text Example


Text Example

White with #E02420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02420; }

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

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

background-color css

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

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

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

border-color css

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

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

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