Html Css Color HEX #E42A40 Alizarin

📋 copy color: '#E42A40'

red 228 ◦ green 42 ◦ blue 64

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

Shades of Alizarin #E42A40

Tints of Alizarin #E42A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

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

R = 68.26%
G = 12.57%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E42A40 (or 0xE42A40) is known color: Alizarin. HEX triplet: E4, 2A and 40. RGB value is (228,42,64). Sum of RGB (Red+Green+Blue) = 228+42+64=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A40 is #1BD5BF. Grayscale: #646464. Windows color (decimal): -1824192 or 4205284. OLE color: 4205284.

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

Color convert

RGB 228 42 64 -
CMYK 0 0.82 0.72 0.11
HSL 352.9º 0.78% 0.53% -
HSV(B) 352.9º 0.82% 0.89% -
XYZ 33.75 18.52 6.65 -
YUV 100.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 228 42 64 0 0.82 0.72 0.11 352.9 0.78 0.53
Hex E4 2A 40 0 52 48 B 161 4E 35
Octal 344 52 100 0 122 110 13 541 116 65
Binary 11100100 101010 1000000 0 1010010 1001000 1011 101100001 1001110 110101

Color Harmonies of #E42A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A40

Black with #E42A40

Text Example


Text Example

White with #E42A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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