Html Css Color HEX #E81C28 Alizarin

📋 copy color: '#E81C28'

red 232 ◦ green 28 ◦ blue 40

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

Shades of Alizarin #E81C28

Tints of Alizarin #E81C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.33%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 77.33%
G = 9.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E81C28 (or 0xE81C28) is known color: Alizarin. HEX triplet: E8, 1C and 28. RGB value is (232,28,40). Sum of RGB (Red+Green+Blue) = 232+28+40=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C28 is #17E3D7. Grayscale: #5A5A5A. Windows color (decimal): -1565656 or 2628840. OLE color: 2628840.

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

Color convert

RGB 232 28 40 -
CMYK 0 0.88 0.83 0.09
HSL 356.47º 0.82% 0.51% -
HSV(B) 356.47º 0.88% 0.91% -
XYZ 34.08 18.14 3.71 -
YUV 90.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 232 28 40 0 0.88 0.83 0.09 356.47 0.82 0.51
Hex E8 1C 28 0 58 53 9 164 52 33
Octal 350 34 50 0 130 123 11 544 122 63
Binary 11101000 11100 101000 0 1011000 1010011 1001 101100100 1010010 110011

Color Harmonies of #E81C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C28

Black with #E81C28

Text Example


Text Example

White with #E81C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C28; }

 p { color: rgb(232,28,40); }

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

background-color css

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

 a { background-color: rgb(232,28,40); }

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

border-color css

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

 span { border-color: rgb(232,28,40); }

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