#e01e34

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

Shades of Alizarin #E01E34

Tints of Alizarin #E01E34

Color information

#E01E34 (or 0xE01E34) is unknown color: approx Alizarin. HEX triplet: E0, 1E and 34. RGB value is (224,30,52). Sum of RGB (Red+Green+Blue) = 224+30+52=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E34 is #1FE1CB. Grayscale: #5A5A5A. Windows color (decimal): -2089420 or 3415776. OLE color: 3415776.

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

Color convert

RGB2243052-
CMYK00.870.770.12
HSL353.2º76.38%49.8%-
HSV(B)353.2º86.61%87.84%-
XYZ31.8217.024.86-
YUV90.51106.27223.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.20%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=73.20%
G=9.80%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224305200.870.770.12353.276.3849.8
HexE01E340574DC1614c32
Octal340366401271151454111462
Binary111000001111011010001010111100110111001011000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e34; }

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

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

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

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

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

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

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

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