Html Css Color HEX #E42542 Alizarin

📋 copy color: '#E42542'

red 228 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #E42542

Tints of Alizarin #E42542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 68.88%
G = 11.18%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42542 (or 0xE42542) is known color: Alizarin. HEX triplet: E4, 25 and 42. RGB value is (228,37,66). Sum of RGB (Red+Green+Blue) = 228+37+66=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E42542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42542 is #1BDABD. Grayscale: #616161. Windows color (decimal): -1825470 or 4335076. OLE color: 4335076.

HSL color Cylindrical-coordinate representation of color #E42542: hue angle of 350.89º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42542 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 66 -
CMYK 0 0.84 0.71 0.11
HSL 350.89º 0.78% 0.52% -
HSV(B) 350.89º 0.84% 0.89% -
XYZ 33.64 18.21 6.9 -
YUV 97.42 110.28 221.14 -
System Red Green Blue C M Y K H S L
Decimal 228 37 66 0 0.84 0.71 0.11 350.89 0.78 0.52
Hex E4 25 42 0 54 47 B 15F 4E 34
Octal 344 45 102 0 124 107 13 537 116 64
Binary 11100100 100101 1000010 0 1010100 1000111 1011 101011111 1001110 110100

Color Harmonies of #E42542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42542

Black with #E42542

Text Example


Text Example

White with #E42542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42542; }

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

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

background-color css

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

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

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

border-color css

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

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

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