Html Css Color HEX #E41828 Alizarin

📋 copy color: '#E41828'

red 228 ◦ green 24 ◦ blue 40

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

Shades of Alizarin #E41828

Tints of Alizarin #E41828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 78.08%
G = 8.22%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E41828 (or 0xE41828) is known color: Alizarin. HEX triplet: E4, 18 and 28. RGB value is (228,24,40). Sum of RGB (Red+Green+Blue) = 228+24+40=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E41828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41828 is #1BE7D7. Grayscale: #565656. Windows color (decimal): -1828824 or 2627812. OLE color: 2627812.

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

Color convert

RGB 228 24 40 -
CMYK 0 0.89 0.82 0.11
HSL 355.29º 0.81% 0.49% -
HSV(B) 355.29º 0.89% 0.89% -
XYZ 32.7 17.3 3.62 -
YUV 86.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 228 24 40 0 0.89 0.82 0.11 355.29 0.81 0.49
Hex E4 18 28 0 59 52 B 163 51 31
Octal 344 30 50 0 131 122 13 543 121 61
Binary 11100100 11000 101000 0 1011001 1010010 1011 101100011 1010001 110001

Color Harmonies of #E41828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41828

Black with #E41828

Text Example


Text Example

White with #E41828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41828; }

 p { color: rgb(228,24,40); }

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

background-color css

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

 a { background-color: rgb(228,24,40); }

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

border-color css

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

 span { border-color: rgb(228,24,40); }

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