#E7202E

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

Shades of Alizarin #E7202E

Tints of Alizarin #E7202E

Color information

#E7202E (or 0xE7202E) is unknown color: approx Alizarin. HEX triplet: E7, 20 and 2E. RGB value is (231,32,46). Sum of RGB (Red+Green+Blue) = 231+32+46=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7202E is #18DFD1. Grayscale: #5D5D5D. Windows color (decimal): -1630162 or 3023079. OLE color: 3023079.

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

Color convert

RGB2313246-
CMYK00.860.800.09
HSL355.78º80.57%51.57%-
HSV(B)355.78º86.15%90.59%-
XYZ33.9618.224.31-
YUV93.1101.43226.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 74.76%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=74.76%
G=10.36%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231324600.860.800.09355.7880.5751.57
HexE7202E0565091645134
Octal347405601261201154412164
Binary1110011110000010111001010110101000010011011001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7202E; }

 p { color: rgb(231,32,46); }

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

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

 a { background-color: rgb(231,32,46); }

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

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

 span { border-color: rgb(231,32,46); }

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