#E7253E

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

Shades of Alizarin #E7253E

Tints of Alizarin #E7253E

Color information

#E7253E (or 0xE7253E) is unknown color: approx Alizarin. HEX triplet: E7, 25 and 3E. RGB value is (231,37,62). Sum of RGB (Red+Green+Blue) = 231+37+62=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7253E is #18DAC1. Grayscale: #616161. Windows color (decimal): -1628866 or 4072935. OLE color: 4072935.

HSL color Cylindrical-coordinate representation of color #E7253E: hue angle of 352.27º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7253E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2313762-
CMYK00.840.730.09
HSL352.27º80.17%52.55%-
HSV(B)352.27º83.98%90.59%-
XYZ34.4918.666.34-
YUV97.86107.77222.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70%
GREEN value IS 37 (14.84% from 255) = 11.21%
BLUE value IS 62 (24.61% from 255) = 18.79%
R=70%
G=11.21%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231376200.840.730.09352.2780.1752.55
HexE7253E0544991605035
Octal347457601241111154012065
Binary1110011110010111111001010100100100110011011000001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7253E; }

 p { color: rgb(231,37,62); }

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

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

 a { background-color: rgb(231,37,62); }

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

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

 span { border-color: rgb(231,37,62); }

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