#E03B3E

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

Shades of Alizarin #E03B3E

Tints of Alizarin #E03B3E

Color information

#E03B3E (or 0xE03B3E) is unknown color: approx Alizarin. HEX triplet: E0, 3B and 3E. RGB value is (224,59,62). Sum of RGB (Red+Green+Blue) = 224+59+62=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B3E is #1FC4C1. Grayscale: #6C6C6C. Windows color (decimal): -2081986 or 4078560. OLE color: 4078560.

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

Color convert

RGB2245962-
CMYK00.740.720.12
HSL358.91º72.69%55.49%-
HSV(B)358.91º73.66%87.84%-
XYZ33.1719.326.54-
YUV108.68101.66210.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.93%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=64.93%
G=17.10%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224596200.740.720.12358.9172.6955.49
HexE03B3E04A48C1674937
Octal340737601121101454711167
Binary1110000011101111111001001010100100011001011001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03B3E; }

 p { color: rgb(224,59,62); }

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

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

 a { background-color: rgb(224,59,62); }

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

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

 span { border-color: rgb(224,59,62); }

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