#e0373c

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

Shades of Alizarin #E0373C

Tints of Alizarin #E0373C

Color information

#E0373C (or 0xE0373C) is unknown color: approx Alizarin. HEX triplet: E0, 37 and 3C. RGB value is (224,55,60). Sum of RGB (Red+Green+Blue) = 224+55+60=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0373C is #1FC8C3. Grayscale: #6A6A6A. Windows color (decimal): -2083012 or 3946464. OLE color: 3946464.

HSL color Cylindrical-coordinate representation of color #E0373C: hue angle of 358.22º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0373C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2245560-
CMYK00.750.730.12
HSL358.22º73.16%54.71%-
HSV(B)358.22º75.45%87.84%-
XYZ32.9218.916.19-
YUV106.1101.99212.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.08%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=66.08%
G=16.22%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224556000.750.730.12358.2273.1654.71
HexE0373C04B49C1664937
Octal340677401131111454611167
Binary1110000011011111110001001011100100111001011001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0373c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0373c; }

 p { color: rgb(224,55,60); }

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

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

 a { background-color: rgb(224,55,60); }

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

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

 span { border-color: rgb(224,55,60); }

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