#E61926

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

Shades of Alizarin #E61926

Tints of Alizarin #E61926

Color information

#E61926 (or 0xE61926) is unknown color: approx Alizarin. HEX triplet: E6, 19 and 26. RGB value is (230,25,38). Sum of RGB (Red+Green+Blue) = 230+25+38=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E61926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61926 is #19E6D9. Grayscale: #575757. Windows color (decimal): -1697498 or 2496998. OLE color: 2496998.

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

Color convert

RGB2302538-
CMYK00.890.830.10
HSL356.2º80.39%50%-
HSV(B)356.2º89.13%90.2%-
XYZ33.3317.663.49-
YUV87.7899.92229.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 78.50%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=78.50%
G=8.53%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230253800.890.830.10356.280.3950
HexE6192605953A1645032
Octal346314601311231254412062
Binary111001101100110011001011001101001110101011001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61926; }

 p { color: rgb(230,25,38); }

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

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

 a { background-color: rgb(230,25,38); }

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

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

 span { border-color: rgb(230,25,38); }

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