#E7213B

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

Shades of Alizarin #E7213B

Tints of Alizarin #E7213B

Color information

#E7213B (or 0xE7213B) is unknown color: approx Alizarin. HEX triplet: E7, 21 and 3B. RGB value is (231,33,59). Sum of RGB (Red+Green+Blue) = 231+33+59=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7213B is #18DEC4. Grayscale: #5F5F5F. Windows color (decimal): -1629893 or 3875303. OLE color: 3875303.

HSL color Cylindrical-coordinate representation of color #E7213B: hue angle of 352.12º degrees, saturation: 0.8, 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 #E7213B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2313359-
CMYK00.860.740.09
HSL352.12º80.49%51.76%-
HSV(B)352.12º85.71%90.59%-
XYZ34.2918.395.88-
YUV95.17107.6224.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=71.52%
G=10.22%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231335900.860.740.09352.1280.4951.76
HexE7213B0564A91605034
Octal347417301261121154012064
Binary1110011110000111101101010110100101010011011000001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7213B; }

 p { color: rgb(231,33,59); }

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

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

 a { background-color: rgb(231,33,59); }

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

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

 span { border-color: rgb(231,33,59); }

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