Html Css Color HEX #E41528 Alizarin

📋 copy color: '#E41528'

red 228 ◦ green 21 ◦ blue 40

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

Shades of Alizarin #E41528

Tints of Alizarin #E41528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 78.89%
G = 7.27%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E41528 (or 0xE41528) is known color: Alizarin. HEX triplet: E4, 15 and 28. RGB value is (228,21,40). Sum of RGB (Red+Green+Blue) = 228+21+40=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E41528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41528 is #1BEAD7. Grayscale: #555555. Windows color (decimal): -1829592 or 2627044. OLE color: 2627044.

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

Color convert

RGB 228 21 40 -
CMYK 0 0.91 0.82 0.11
HSL 354.49º 0.83% 0.49% -
HSV(B) 354.49º 0.91% 0.89% -
XYZ 32.65 17.18 3.6 -
YUV 85.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 228 21 40 0 0.91 0.82 0.11 354.49 0.83 0.49
Hex E4 15 28 0 5B 52 B 162 53 31
Octal 344 25 50 0 133 122 13 542 123 61
Binary 11100100 10101 101000 0 1011011 1010010 1011 101100010 1010011 110001

Color Harmonies of #E41528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41528

Black with #E41528

Text Example


Text Example

White with #E41528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41528; }

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

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

background-color css

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

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

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

border-color css

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

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

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