Html Css Color HEX #E81426 Alizarin

📋 copy color: '#E81426'

red 232 ◦ green 20 ◦ blue 38

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

Shades of Alizarin #E81426

Tints of Alizarin #E81426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 80%
G = 6.9%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E81426 (or 0xE81426) is known color: Alizarin. HEX triplet: E8, 14 and 26. RGB value is (232,20,38). Sum of RGB (Red+Green+Blue) = 232+20+38=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E81426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81426 is #17EBD9. Grayscale: #555555. Windows color (decimal): -1567706 or 2495720. OLE color: 2495720.

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

Color convert

RGB 232 20 38 -
CMYK 0 0.91 0.84 0.09
HSL 354.91º 0.84% 0.49% -
HSV(B) 354.91º 0.91% 0.91% -
XYZ 33.88 17.8 3.48 -
YUV 85.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 232 20 38 0 0.91 0.84 0.09 354.91 0.84 0.49
Hex E8 14 26 0 5B 54 9 163 54 31
Octal 350 24 46 0 133 124 11 543 124 61
Binary 11101000 10100 100110 0 1011011 1010100 1001 101100011 1010100 110001

Color Harmonies of #E81426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81426

Black with #E81426

Text Example


Text Example

White with #E81426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81426; }

 p { color: rgb(232,20,38); }

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

background-color css

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

 a { background-color: rgb(232,20,38); }

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

border-color css

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

 span { border-color: rgb(232,20,38); }

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