Html Css Color HEX #E21932 Alizarin

📋 copy color: '#E21932'

red 226 ◦ green 25 ◦ blue 50

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

Shades of Alizarin #E21932

Tints of Alizarin #E21932

RGB

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

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

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

R = 75.08%
G = 8.31%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E21932 (or 0xE21932) is known color: Alizarin. HEX triplet: E2, 19 and 32. RGB value is (226,25,50). Sum of RGB (Red+Green+Blue) = 226+25+50=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21932 is #1DE6CD. Grayscale: #585858. Windows color (decimal): -1959630 or 3283426. OLE color: 3283426.

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

Color convert

RGB 226 25 50 -
CMYK 0 0.89 0.78 0.11
HSL 352.54º 0.8% 0.49% -
HSV(B) 352.54º 0.89% 0.89% -
XYZ 32.29 17.09 4.62 -
YUV 87.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 226 25 50 0 0.89 0.78 0.11 352.54 0.8 0.49
Hex E2 19 32 0 59 4E B 161 50 31
Octal 342 31 62 0 131 116 13 541 120 61
Binary 11100010 11001 110010 0 1011001 1001110 1011 101100001 1010000 110001

Color Harmonies of #E21932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21932

Black with #E21932

Text Example


Text Example

White with #E21932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21932; }

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

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

background-color css

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

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

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

border-color css

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

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

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