#E3242D

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

Shades of Alizarin #E3242D

Tints of Alizarin #E3242D

Color information

#E3242D (or 0xE3242D) is unknown color: approx Alizarin. HEX triplet: E3, 24 and 2D. RGB value is (227,36,45). Sum of RGB (Red+Green+Blue) = 227+36+45=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3242D is #1CDBD2. Grayscale: #5E5E5E. Windows color (decimal): -1891283 or 2958563. OLE color: 2958563.

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

Color convert

RGB2273645-
CMYK00.840.800.11
HSL357.17º77.33%51.57%-
HSV(B)357.17º84.14%89.02%-
XYZ32.7817.784.19-
YUV94.14100.28222.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.70%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=73.70%
G=11.69%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227364500.840.800.11357.1777.3351.57
HexE3242D05450B1654d34
Octal343445501241201354511564
Binary1110001110010010110101010100101000010111011001011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3242D; }

 p { color: rgb(227,36,45); }

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

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

 a { background-color: rgb(227,36,45); }

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

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

 span { border-color: rgb(227,36,45); }

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