#E01F30

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

Shades of Alizarin #E01F30

Tints of Alizarin #E01F30

Color information

#E01F30 (or 0xE01F30) is unknown color: approx Alizarin. HEX triplet: E0, 1F and 30. RGB value is (224,31,48). Sum of RGB (Red+Green+Blue) = 224+31+48=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F30 is #1FE0CF. Grayscale: #5A5A5A. Windows color (decimal): -2089168 or 3153888. OLE color: 3153888.

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

Color convert

RGB2243148-
CMYK00.860.790.12
HSL354.72º75.69%50%-
HSV(B)354.72º86.16%87.84%-
XYZ31.7617.044.41-
YUV90.64103.94223.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.93%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=73.93%
G=10.23%
B=15.84%

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
Decimal224314800.860.790.12354.7275.6950
HexE01F300564FC1634c32
Octal340376001261171454311462
Binary111000001111111000001010110100111111001011000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01F30; }

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

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

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

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

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

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

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

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