Html Css Color HEX #E21E32 Alizarin

📋 copy color: '#E21E32'

red 226 ◦ green 30 ◦ blue 50

#E21E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E21E32

Tints of Alizarin #E21E32

RGB

 RED value IS 226 (88.67% from 255) = 73.86%

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 73.86%
G = 9.8%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E21E32 (or 0xE21E32) is known color: Alizarin. HEX triplet: E2, 1E and 32. RGB value is (226,30,50). Sum of RGB (Red+Green+Blue) = 226+30+50=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E32 is #1DE1CD. Grayscale: #5B5B5B. Windows color (decimal): -1958350 or 3284706. OLE color: 3284706.

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

Color convert

RGB 226 30 50 -
CMYK 0 0.87 0.78 0.11
HSL 353.88º 0.77% 0.5% -
HSV(B) 353.88º 0.87% 0.89% -
XYZ 32.4 17.33 4.65 -
YUV 90.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 226 30 50 0 0.87 0.78 0.11 353.88 0.77 0.5
Hex E2 1E 32 0 57 4E B 162 4D 32
Octal 342 36 62 0 127 116 13 542 115 62
Binary 11100010 11110 110010 0 1010111 1001110 1011 101100010 1001101 110010

Color Harmonies of #E21E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E32

Black with #E21E32

Text Example


Text Example

White with #E21E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E32; }

 p { color: rgb(226,30,50); }

 H1.HeaderClassName
 {
   color: #E21E32;
 }
 .AnyTagClassName
 {
   color: #E21E32;
 }
</style>

background-color css

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

 a { background-color: rgb(226,30,50); }

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

border-color css

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

 span { border-color: rgb(226,30,50); }

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