Html Css Color HEX #E42942 Alizarin

📋 copy color: '#E42942'

red 228 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #E42942

Tints of Alizarin #E42942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

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

R = 68.06%
G = 12.24%
B = 19.7%

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

#E42942 (or 0xE42942) is known color: Alizarin. HEX triplet: E4, 29 and 42. RGB value is (228,41,66). Sum of RGB (Red+Green+Blue) = 228+41+66=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E42942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42942 is #1BD6BD. Grayscale: #636363. Windows color (decimal): -1824446 or 4336100. OLE color: 4336100.

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

Color convert

RGB 228 41 66 -
CMYK 0 0.82 0.71 0.11
HSL 351.98º 0.78% 0.53% -
HSV(B) 351.98º 0.82% 0.89% -
XYZ 33.77 18.47 6.94 -
YUV 99.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 228 41 66 0 0.82 0.71 0.11 351.98 0.78 0.53
Hex E4 29 42 0 52 47 B 160 4E 35
Octal 344 51 102 0 122 107 13 540 116 65
Binary 11100100 101001 1000010 0 1010010 1000111 1011 101100000 1001110 110101

Color Harmonies of #E42942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42942

Black with #E42942

Text Example


Text Example

White with #E42942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42942; }

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

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

background-color css

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

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

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

border-color css

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

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

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