Html Css Color HEX #E42024 Alizarin

📋 copy color: '#E42024'

red 228 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #E42024

Tints of Alizarin #E42024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 77.03%
G = 10.81%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E42024 (or 0xE42024) is known color: Alizarin. HEX triplet: E4, 20 and 24. RGB value is (228,32,36). Sum of RGB (Red+Green+Blue) = 228+32+36=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E42024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42024 is #1BDFDB. Grayscale: #5B5B5B. Windows color (decimal): -1826780 or 2367716. OLE color: 2367716.

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

Color convert

RGB 228 32 36 -
CMYK 0 0.86 0.84 0.11
HSL 358.78º 0.78% 0.51% -
HSV(B) 358.78º 0.86% 0.89% -
XYZ 32.83 17.65 3.35 -
YUV 91.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 228 32 36 0 0.86 0.84 0.11 358.78 0.78 0.51
Hex E4 20 24 0 56 54 B 167 4E 33
Octal 344 40 44 0 126 124 13 547 116 63
Binary 11100100 100000 100100 0 1010110 1010100 1011 101100111 1001110 110011

Color Harmonies of #E42024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42024

Black with #E42024

Text Example


Text Example

White with #E42024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42024; }

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

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

background-color css

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

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

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

border-color css

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

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

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