#E01E30

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

Shades of Alizarin #E01E30

Tints of Alizarin #E01E30

Color information

#E01E30 (or 0xE01E30) is unknown color: approx Alizarin. HEX triplet: E0, 1E and 30. RGB value is (224,30,48). Sum of RGB (Red+Green+Blue) = 224+30+48=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E30 is #1FE1CF. Grayscale: #5A5A5A. Windows color (decimal): -2089424 or 3153632. OLE color: 3153632.

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

Color convert

RGB2243048-
CMYK00.870.790.12
HSL354.43º76.38%49.8%-
HSV(B)354.43º86.61%87.84%-
XYZ31.7416.994.4-
YUV90.06104.27223.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.17%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=74.17%
G=9.93%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224304800.870.790.12354.4376.3849.8
HexE01E300574FC1624c32
Octal340366001271171454211462
Binary111000001111011000001010111100111111001011000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E30; }

 p { color: rgb(224,30,48); }

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

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

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

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

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

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

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