#E03D41

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

Shades of Alizarin #E03D41

Tints of Alizarin #E03D41

Color information

#E03D41 (or 0xE03D41) is unknown color: approx Alizarin. HEX triplet: E0, 3D and 41. RGB value is (224,61,65). Sum of RGB (Red+Green+Blue) = 224+61+65=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D41 is #1FC2BE. Grayscale: #6E6E6E. Windows color (decimal): -2081471 or 4275680. OLE color: 4275680.

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

Color convert

RGB2246165-
CMYK00.730.710.12
HSL358.53º72.44%55.88%-
HSV(B)358.53º72.77%87.84%-
XYZ33.3619.577.02-
YUV110.19102.5209.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=64%
G=17.43%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224616500.730.710.12358.5372.4455.88
HexE03D4104947C1674838
Octal3407510101111071454711070
Binary11100000111101100000101001001100011111001011001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03D41; }

 p { color: rgb(224,61,65); }

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

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

 a { background-color: rgb(224,61,65); }

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

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

 span { border-color: rgb(224,61,65); }

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