#E02121

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

Shades of Persian Red #E02121

Tints of Persian Red #E02121

Color information

#E02121 (or 0xE02121) is unknown color: approx Persian Red. HEX triplet: E0, 21 and 21. RGB value is (224,33,33). Sum of RGB (Red+Green+Blue) = 224+33+33=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E02121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02121 is #1FDEDE. Grayscale: #5A5A5A. Windows color (decimal): -2088671 or 2171360. OLE color: 2171360.

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

Color convert

RGB2243333-
CMYK00.850.850.12
HSL75.49%50.39%-
HSV(B)85.27%87.84%-
XYZ31.5617.043.07-
YUV90.1195.78223.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 77.24%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=77.24%
G=11.38%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224333300.850.850.12075.4950.39
HexE0212105555C04b32
Octal3404141012512514011362
Binary11100000100001100001010101011010101110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02121; }

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

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

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

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

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

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

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

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