Html Css Color HEX #E41A24 Alizarin

📋 copy color: '#E41A24'

red 228 ◦ green 26 ◦ blue 36

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

Shades of Alizarin #E41A24

Tints of Alizarin #E41A24

RGB

 RED value IS 228 (89.45% from 255) = 78.62%

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

 BLUE value IS 36 (14.45% from 255) = 12.41%

R = 78.62%
G = 8.97%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E41A24 (or 0xE41A24) is known color: Alizarin. HEX triplet: E4, 1A and 24. RGB value is (228,26,36). Sum of RGB (Red+Green+Blue) = 228+26+36=290 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.62% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41A24 is #1BE5DB. Grayscale: #575757. Windows color (decimal): -1828316 or 2366180. OLE color: 2366180.

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

Color convert

RGB 228 26 36 -
CMYK 0 0.89 0.84 0.11
HSL 357.03º 0.8% 0.5% -
HSV(B) 357.03º 0.89% 0.89% -
XYZ 32.68 17.36 3.3 -
YUV 87.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 228 26 36 0 0.89 0.84 0.11 357.03 0.8 0.5
Hex E4 1A 24 0 59 54 B 165 50 32
Octal 344 32 44 0 131 124 13 545 120 62
Binary 11100100 11010 100100 0 1011001 1010100 1011 101100101 1010000 110010

Color Harmonies of #E41A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A24

Black with #E41A24

Text Example


Text Example

White with #E41A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A24; }

 p { color: rgb(228,26,36); }

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

background-color css

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

 a { background-color: rgb(228,26,36); }

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

border-color css

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

 span { border-color: rgb(228,26,36); }

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