Html Css Color HEX #E42842 Alizarin

📋 copy color: '#E42842'

red 228 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #E42842

Tints of Alizarin #E42842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 68.26%
G = 11.98%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42842 (or 0xE42842) is known color: Alizarin. HEX triplet: E4, 28 and 42. RGB value is (228,40,66). Sum of RGB (Red+Green+Blue) = 228+40+66=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E42842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42842 is #1BD7BD. Grayscale: #636363. Windows color (decimal): -1824702 or 4335844. OLE color: 4335844.

HSL color Cylindrical-coordinate representation of color #E42842: hue angle of 351.7º degrees, saturation: 0.78, 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 #E42842 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 40 66 -
CMYK 0 0.82 0.71 0.11
HSL 351.7º 0.78% 0.53% -
HSV(B) 351.7º 0.82% 0.89% -
XYZ 33.74 18.4 6.93 -
YUV 99.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 228 40 66 0 0.82 0.71 0.11 351.7 0.78 0.53
Hex E4 28 42 0 52 47 B 160 4E 35
Octal 344 50 102 0 122 107 13 540 116 65
Binary 11100100 101000 1000010 0 1010010 1000111 1011 101100000 1001110 110101

Color Harmonies of #E42842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42842

Black with #E42842

Text Example


Text Example

White with #E42842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42842; }

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

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

background-color css

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

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

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

border-color css

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

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

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