#E21C2F

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

Shades of Alizarin #E21C2F

Tints of Alizarin #E21C2F

Color information

#E21C2F (or 0xE21C2F) is unknown color: approx Alizarin. HEX triplet: E2, 1C and 2F. RGB value is (226,28,47). Sum of RGB (Red+Green+Blue) = 226+28+47=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C2F is #1DE3D0. Grayscale: #595959. Windows color (decimal): -1958865 or 3087586. OLE color: 3087586.

HSL color Cylindrical-coordinate representation of color #E21C2F: hue angle of 354.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C2F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2262847-
CMYK00.880.790.11
HSL354.24º77.95%49.8%-
HSV(B)354.24º87.61%88.63%-
XYZ32.2917.24.31-
YUV89.37104.1225.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.08%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=75.08%
G=9.30%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226284700.880.790.11354.2477.9549.8
HexE21C2F0584FB1624e32
Octal342345701301171354211662
Binary111000101110010111101011000100111110111011000101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21C2F; }

 p { color: rgb(226,28,47); }

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

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

 a { background-color: rgb(226,28,47); }

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

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

 span { border-color: rgb(226,28,47); }

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