#E02620

Color #E02620 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #E02620

Tints of Persian Red #E02620

Color information

#E02620 (or 0xE02620) is unknown color: approx Persian Red. HEX triplet: E0, 26 and 20. RGB value is (224,38,32). Sum of RGB (Red+Green+Blue) = 224+38+32=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02620 is #1FD9DF. Grayscale: #5D5D5D. Windows color (decimal): -2087392 or 2107104. OLE color: 2107104.

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

Color convert

RGB2243832-
CMYK00.830.860.12
HSL1.88º75.59%50.2%-
HSV(B)1.88º85.71%87.84%-
XYZ31.6917.343.04-
YUV92.9393.62221.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 76.19%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=76.19%
G=12.93%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224383200.830.860.121.8875.5950.2
HexE0262005356C24c32
Octal3404640012312614211462
Binary111000001001101000000101001110101101100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02620; }

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

 H1.HeaderClassName
 {
   color: #E02620;
 }
 .AnyTagClassName
 {
   color: #E02620;
 }
</style>
background-color css

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

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

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

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

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

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