#e21a2e

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

Shades of Alizarin #E21A2E

Tints of Alizarin #E21A2E

Color information

#E21A2E (or 0xE21A2E) is unknown color: approx Alizarin. HEX triplet: E2, 1A and 2E. RGB value is (226,26,46). Sum of RGB (Red+Green+Blue) = 226+26+46=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A2E is #1DE5D1. Grayscale: #585858. Windows color (decimal): -1959378 or 3021538. OLE color: 3021538.

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

Color convert

RGB2262646-
CMYK00.880.800.11
HSL354º79.37%49.41%-
HSV(B)354º88.5%88.63%-
XYZ32.2317.14.19-
YUV88.08104.26226.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.84%
GREEN value IS 26 (10.55% from 255) = 8.72%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=75.84%
G=8.72%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226264600.880.800.1135479.3749.41
HexE21A2E05850B1624f31
Octal342325601301201354211761
Binary111000101101010111001011000101000010111011000101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21a2e; }

 p { color: rgb(226,26,46); }

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

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

 a { background-color: rgb(226,26,46); }

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

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

 span { border-color: rgb(226,26,46); }

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