#e03035

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

Shades of Alizarin #E03035

Tints of Alizarin #E03035

Color information

#E03035 (or 0xE03035) is unknown color: approx Alizarin. HEX triplet: E0, 30 and 35. RGB value is (224,48,53). Sum of RGB (Red+Green+Blue) = 224+48+53=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E03035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03035 is #1FCFCA. Grayscale: #656565. Windows color (decimal): -2084811 or 3485920. OLE color: 3485920.

HSL color Cylindrical-coordinate representation of color #E03035: hue angle of 358.3º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03035 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2244853-
CMYK00.790.760.12
HSL358.3º73.95%53.33%-
HSV(B)358.3º78.57%87.84%-
XYZ32.4418.225.17-
YUV101.19100.81215.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.92%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=68.92%
G=14.77%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224485300.790.760.12358.373.9553.33
HexE0303504F4CC1664a35
Octal340606501171141454611265
Binary1110000011000011010101001111100110011001011001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03035; }

 p { color: rgb(224,48,53); }

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

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

 a { background-color: rgb(224,48,53); }

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

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

 span { border-color: rgb(224,48,53); }

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