Html Css Color HEX #E42240 Alizarin

📋 copy color: '#E42240'

red 228 ◦ green 34 ◦ blue 64

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

Shades of Alizarin #E42240

Tints of Alizarin #E42240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 69.94%
G = 10.43%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E42240 (or 0xE42240) is known color: Alizarin. HEX triplet: E4, 22 and 40. RGB value is (228,34,64). Sum of RGB (Red+Green+Blue) = 228+34+64=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E42240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42240 is #1BDDBF. Grayscale: #5F5F5F. Windows color (decimal): -1826240 or 4203236. OLE color: 4203236.

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

Color convert

RGB 228 34 64 -
CMYK 0 0.85 0.72 0.11
HSL 350.72º 0.78% 0.51% -
HSV(B) 350.72º 0.85% 0.89% -
XYZ 33.49 18.01 6.56 -
YUV 95.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 228 34 64 0 0.85 0.72 0.11 350.72 0.78 0.51
Hex E4 22 40 0 55 48 B 15F 4E 33
Octal 344 42 100 0 125 110 13 537 116 63
Binary 11100100 100010 1000000 0 1010101 1001000 1011 101011111 1001110 110011

Color Harmonies of #E42240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42240

Black with #E42240

Text Example


Text Example

White with #E42240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42240; }

 p { color: rgb(228,34,64); }

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

background-color css

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

 a { background-color: rgb(228,34,64); }

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

border-color css

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

 span { border-color: rgb(228,34,64); }

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