#E03338

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

Shades of Alizarin #E03338

Tints of Alizarin #E03338

Color information

#E03338 (or 0xE03338) is unknown color: approx Alizarin. HEX triplet: E0, 33 and 38. RGB value is (224,51,56). Sum of RGB (Red+Green+Blue) = 224+51+56=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E03338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03338 is #1FCCC7. Grayscale: #676767. Windows color (decimal): -2084040 or 3683296. OLE color: 3683296.

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

Color convert

RGB2245156-
CMYK00.770.750.12
HSL358.27º73.62%53.92%-
HSV(B)358.27º77.23%87.84%-
XYZ32.6418.55.59-
YUV103.3101.31214.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.67%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=67.67%
G=15.41%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224515600.770.750.12358.2773.6253.92
HexE0333804D4BC1664a36
Octal340637001151131454611266
Binary1110000011001111100001001101100101111001011001101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03338; }

 p { color: rgb(224,51,56); }

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

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

 a { background-color: rgb(224,51,56); }

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

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

 span { border-color: rgb(224,51,56); }

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