Html Css Color HEX #E41930 Alizarin

📋 copy color: '#E41930'

red 228 ◦ green 25 ◦ blue 48

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

Shades of Alizarin #E41930

Tints of Alizarin #E41930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 75.75%
G = 8.31%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E41930 (or 0xE41930) is known color: Alizarin. HEX triplet: E4, 19 and 30. RGB value is (228,25,48). Sum of RGB (Red+Green+Blue) = 228+25+48=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E41930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41930 is #1BE6CF. Grayscale: #585858. Windows color (decimal): -1828560 or 3152356. OLE color: 3152356.

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

Color convert

RGB 228 25 48 -
CMYK 0 0.89 0.79 0.11
HSL 353.2º 0.8% 0.5% -
HSV(B) 353.2º 0.89% 0.89% -
XYZ 32.88 17.4 4.42 -
YUV 88.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 228 25 48 0 0.89 0.79 0.11 353.2 0.8 0.5
Hex E4 19 30 0 59 4F B 161 50 32
Octal 344 31 60 0 131 117 13 541 120 62
Binary 11100100 11001 110000 0 1011001 1001111 1011 101100001 1010000 110010

Color Harmonies of #E41930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41930

Black with #E41930

Text Example


Text Example

White with #E41930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41930; }

 p { color: rgb(228,25,48); }

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

background-color css

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

 a { background-color: rgb(228,25,48); }

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

border-color css

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

 span { border-color: rgb(228,25,48); }

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