Html Css Color HEX #E81A21 Alizarin

📋 copy color: '#E81A21'

red 232 ◦ green 26 ◦ blue 33

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

Shades of Alizarin #E81A21

Tints of Alizarin #E81A21

RGB

 RED value IS 232 (91.02% from 255) = 79.73%

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 79.73%
G = 8.93%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E81A21 (or 0xE81A21) is known color: Alizarin. HEX triplet: E8, 1A and 21. RGB value is (232,26,33). Sum of RGB (Red+Green+Blue) = 232+26+33=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A21 is #17E5DE. Grayscale: #585858. Windows color (decimal): -1566175 or 2169576. OLE color: 2169576.

HSL color Cylindrical-coordinate representation of color #E81A21: hue angle of 357.96º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A21 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 33 -
CMYK 0 0.89 0.86 0.09
HSL 357.96º 0.82% 0.51% -
HSV(B) 357.96º 0.89% 0.91% -
XYZ 33.92 18 3.13 -
YUV 88.39 96.75 230.43 -
System Red Green Blue C M Y K H S L
Decimal 232 26 33 0 0.89 0.86 0.09 357.96 0.82 0.51
Hex E8 1A 21 0 59 56 9 166 52 33
Octal 350 32 41 0 131 126 11 546 122 63
Binary 11101000 11010 100001 0 1011001 1010110 1001 101100110 1010010 110011

Color Harmonies of #E81A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A21

Black with #E81A21

Text Example


Text Example

White with #E81A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A21; }

 p { color: rgb(232,26,33); }

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

background-color css

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

 a { background-color: rgb(232,26,33); }

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

border-color css

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

 span { border-color: rgb(232,26,33); }

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