#e31a30

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

Shades of Alizarin #E31A30

Tints of Alizarin #E31A30

Color information

#E31A30 (or 0xE31A30) is unknown color: approx Alizarin. HEX triplet: E3, 1A and 30. RGB value is (227,26,48). Sum of RGB (Red+Green+Blue) = 227+26+48=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31A30 is #1CE5CF. Grayscale: #585858. Windows color (decimal): -1893840 or 3152611. OLE color: 3152611.

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

Color convert

RGB2272648-
CMYK00.890.790.11
HSL353.43º79.45%49.61%-
HSV(B)353.43º88.55%89.02%-
XYZ32.5817.284.42-
YUV88.61105.09226.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 75.42%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=75.42%
G=8.64%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227264800.890.790.11353.4379.4549.61
HexE31A300594FB1614f32
Octal343326001311171354111762
Binary111000111101011000001011001100111110111011000011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e31a30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e31a30; }

 p { color: rgb(227,26,48); }

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

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

 a { background-color: rgb(227,26,48); }

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

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

 span { border-color: rgb(227,26,48); }

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