Html Css Color HEX #E21929 Alizarin

📋 copy color: '#E21929'

red 226 ◦ green 25 ◦ blue 41

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

Shades of Alizarin #E21929

Tints of Alizarin #E21929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 77.4%
G = 8.56%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E21929 (or 0xE21929) is known color: Alizarin. HEX triplet: E2, 19 and 29. RGB value is (226,25,41). Sum of RGB (Red+Green+Blue) = 226+25+41=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E21929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21929 is #1DE6D6. Grayscale: #575757. Windows color (decimal): -1959639 or 2693602. OLE color: 2693602.

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

Color convert

RGB 226 25 41 -
CMYK 0 0.89 0.82 0.11
HSL 355.22º 0.8% 0.49% -
HSV(B) 355.22º 0.89% 0.89% -
XYZ 32.11 17.02 3.69 -
YUV 86.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 226 25 41 0 0.89 0.82 0.11 355.22 0.8 0.49
Hex E2 19 29 0 59 52 B 163 50 31
Octal 342 31 51 0 131 122 13 543 120 61
Binary 11100010 11001 101001 0 1011001 1010010 1011 101100011 1010000 110001

Color Harmonies of #E21929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21929

Black with #E21929

Text Example


Text Example

White with #E21929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21929; }

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

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

background-color css

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

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

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

border-color css

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

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

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