#e01e26

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

Shades of Alizarin #E01E26

Tints of Alizarin #E01E26

Color information

#E01E26 (or 0xE01E26) is unknown color: approx Alizarin. HEX triplet: E0, 1E and 26. RGB value is (224,30,38). Sum of RGB (Red+Green+Blue) = 224+30+38=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E26 is #1FE1D9. Grayscale: #595959. Windows color (decimal): -2089434 or 2498272. OLE color: 2498272.

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

Color convert

RGB2243038-
CMYK00.870.830.12
HSL357.53º76.38%49.8%-
HSV(B)357.53º86.61%87.84%-
XYZ31.5516.923.44-
YUV88.9299.27224.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 76.71%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=76.71%
G=10.27%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224303800.870.830.12357.5376.3849.8
HexE01E2605753C1664c32
Octal340364601271231454611462
Binary111000001111010011001010111101001111001011001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e26; }

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

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

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

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

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

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

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

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