Html Css Color HEX #E21E29 Alizarin

📋 copy color: '#E21E29'

red 226 ◦ green 30 ◦ blue 41

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

Shades of Alizarin #E21E29

Tints of Alizarin #E21E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 76.09%
G = 10.1%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E21E29 (or 0xE21E29) is known color: Alizarin. HEX triplet: E2, 1E and 29. RGB value is (226,30,41). Sum of RGB (Red+Green+Blue) = 226+30+41=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E29 is #1DE1D6. Grayscale: #5A5A5A. Windows color (decimal): -1958359 or 2694882. OLE color: 2694882.

HSL color Cylindrical-coordinate representation of color #E21E29: hue angle of 356.63º 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 #E21E29 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 41 -
CMYK 0 0.87 0.82 0.11
HSL 356.63º 0.77% 0.5% -
HSV(B) 356.63º 0.87% 0.89% -
XYZ 32.23 17.26 3.73 -
YUV 89.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 226 30 41 0 0.87 0.82 0.11 356.63 0.77 0.5
Hex E2 1E 29 0 57 52 B 165 4D 32
Octal 342 36 51 0 127 122 13 545 115 62
Binary 11100010 11110 101001 0 1010111 1010010 1011 101100101 1001101 110010

Color Harmonies of #E21E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E29

Black with #E21E29

Text Example


Text Example

White with #E21E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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