Html Css Color HEX #E42A42 Alizarin

📋 copy color: '#E42A42'

red 228 ◦ green 42 ◦ blue 66

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

Shades of Alizarin #E42A42

Tints of Alizarin #E42A42

RGB

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

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

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

R = 67.86%
G = 12.5%
B = 19.64%

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

#E42A42 (or 0xE42A42) is known color: Alizarin. HEX triplet: E4, 2A and 42. RGB value is (228,42,66). Sum of RGB (Red+Green+Blue) = 228+42+66=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A42 is #1BD5BD. Grayscale: #646464. Windows color (decimal): -1824190 or 4336356. OLE color: 4336356.

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

Color convert

RGB 228 42 66 -
CMYK 0 0.82 0.71 0.11
HSL 352.26º 0.78% 0.53% -
HSV(B) 352.26º 0.82% 0.89% -
XYZ 33.81 18.54 6.95 -
YUV 100.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 228 42 66 0 0.82 0.71 0.11 352.26 0.78 0.53
Hex E4 2A 42 0 52 47 B 160 4E 35
Octal 344 52 102 0 122 107 13 540 116 65
Binary 11100100 101010 1000010 0 1010010 1000111 1011 101100000 1001110 110101

Color Harmonies of #E42A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A42

Black with #E42A42

Text Example


Text Example

White with #E42A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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