#E92A2C

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

Shades of Alizarin #E92A2C

Tints of Alizarin #E92A2C

Color information

#E92A2C (or 0xE92A2C) is unknown color: approx Alizarin. HEX triplet: E9, 2A and 2C. RGB value is (233,42,44). Sum of RGB (Red+Green+Blue) = 233+42+44=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A2C is #16D5D3. Grayscale: #636363. Windows color (decimal): -1496532 or 2894569. OLE color: 2894569.

HSL color Cylindrical-coordinate representation of color #E92A2C: hue angle of 359.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A2C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2334244-
CMYK00.820.810.09
HSL359.37º81.28%53.92%-
HSV(B)359.37º81.97%91.37%-
XYZ34.8919.164.24-
YUV99.3496.78223.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.04%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=73.04%
G=13.17%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233424400.820.810.09359.3781.2853.92
HexE92A2C0525191675136
Octal351525401221211154712166
Binary1110100110101010110001010010101000110011011001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A2C; }

 p { color: rgb(233,42,44); }

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

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

 a { background-color: rgb(233,42,44); }

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

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

 span { border-color: rgb(233,42,44); }

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