#E7202D

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

Shades of Alizarin #E7202D

Tints of Alizarin #E7202D

Color information

#E7202D (or 0xE7202D) is unknown color: approx Alizarin. HEX triplet: E7, 20 and 2D. RGB value is (231,32,45). Sum of RGB (Red+Green+Blue) = 231+32+45=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7202D is #18DFD2. Grayscale: #5D5D5D. Windows color (decimal): -1630163 or 2957543. OLE color: 2957543.

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

Color convert

RGB2313245-
CMYK00.860.810.09
HSL356.08º80.57%51.57%-
HSV(B)356.08º86.15%90.59%-
XYZ33.9518.214.21-
YUV92.98100.93226.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=75%
G=10.39%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231324500.860.810.09356.0880.5751.57
HexE7202D0565191645134
Octal347405501261211154412164
Binary1110011110000010110101010110101000110011011001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7202D; }

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

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

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

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

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

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

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

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