#E0282F

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

Shades of Alizarin #E0282F

Tints of Alizarin #E0282F

Color information

#E0282F (or 0xE0282F) is unknown color: approx Alizarin. HEX triplet: E0, 28 and 2F. RGB value is (224,40,47). Sum of RGB (Red+Green+Blue) = 224+40+47=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E0282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0282F is #1FD7D0. Grayscale: #5F5F5F. Windows color (decimal): -2086865 or 3090656. OLE color: 3090656.

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

Color convert

RGB2244047-
CMYK00.820.790.12
HSL357.72º74.8%51.76%-
HSV(B)357.72º82.14%87.84%-
XYZ32.0117.574.39-
YUV95.81100.46219.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 72.03%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=72.03%
G=12.86%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224404700.820.790.12357.7274.851.76
HexE0282F0524FC1664b34
Octal340505701221171454611364
Binary1110000010100010111101010010100111111001011001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0282F; }

 p { color: rgb(224,40,47); }

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

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

 a { background-color: rgb(224,40,47); }

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

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

 span { border-color: rgb(224,40,47); }

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