Html Css Color HEX #E42D42 Alizarin

📋 copy color: '#E42D42'

red 228 ◦ green 45 ◦ blue 66

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

Shades of Alizarin #E42D42

Tints of Alizarin #E42D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

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

R = 67.26%
G = 13.27%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42D42 (or 0xE42D42) is known color: Alizarin. HEX triplet: E4, 2D and 42. RGB value is (228,45,66). Sum of RGB (Red+Green+Blue) = 228+45+66=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42D42 is #1BD2BD. Grayscale: #666666. Windows color (decimal): -1823422 or 4337124. OLE color: 4337124.

HSL color Cylindrical-coordinate representation of color #E42D42: hue angle of 353.11º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D42 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 66 -
CMYK 0 0.80 0.71 0.11
HSL 353.11º 0.77% 0.54% -
HSV(B) 353.11º 0.8% 0.89% -
XYZ 33.92 18.76 6.99 -
YUV 102.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 228 45 66 0 0.80 0.71 0.11 353.11 0.77 0.54
Hex E4 2D 42 0 50 47 B 161 4D 36
Octal 344 55 102 0 120 107 13 541 115 66
Binary 11100100 101101 1000010 0 1010000 1000111 1011 101100001 1001101 110110

Color Harmonies of #E42D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D42

Black with #E42D42

Text Example


Text Example

White with #E42D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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