#e9212a

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

Shades of Alizarin #E9212A

Tints of Alizarin #E9212A

Color information

#E9212A (or 0xE9212A) is unknown color: approx Alizarin. HEX triplet: E9, 21 and 2A. RGB value is (233,33,42). Sum of RGB (Red+Green+Blue) = 233+33+42=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E9212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9212A is #16DED5. Grayscale: #5D5D5D. Windows color (decimal): -1498838 or 2761193. OLE color: 2761193.

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

Color convert

RGB2333342-
CMYK00.860.820.09
HSL357.3º81.97%52.16%-
HSV(B)357.3º85.84%91.37%-
XYZ34.5718.583.95-
YUV93.8398.76227.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 75.65%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=75.65%
G=10.71%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233334200.860.820.09357.381.9752.16
HexE9212A0565291655234
Octal351415201261221154512264
Binary1110100110000110101001010110101001010011011001011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9212a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9212a; }

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

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

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

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

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

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

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

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