#E01F2F

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

Shades of Alizarin #E01F2F

Tints of Alizarin #E01F2F

Color information

#E01F2F (or 0xE01F2F) is unknown color: approx Alizarin. HEX triplet: E0, 1F and 2F. RGB value is (224,31,47). Sum of RGB (Red+Green+Blue) = 224+31+47=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F2F is #1FE0D0. Grayscale: #5A5A5A. Windows color (decimal): -2089169 or 3088352. OLE color: 3088352.

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

Color convert

RGB2243147-
CMYK00.860.790.12
HSL355.03º75.69%50%-
HSV(B)355.03º86.16%87.84%-
XYZ31.7417.034.3-
YUV90.53103.44223.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.17%
GREEN value IS 31 (12.5% from 255) = 10.26%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=74.17%
G=10.26%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224314700.860.790.12355.0375.6950
HexE01F2F0564FC1634c32
Octal340375701261171454311462
Binary111000001111110111101010110100111111001011000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01F2F; }

 p { color: rgb(224,31,47); }

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

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

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

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

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

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

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