Html Css Color HEX #E92142 Alizarin

📋 copy color: '#E92142'

red 233 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #E92142

Tints of Alizarin #E92142

RGB

 RED value IS 233 (91.41% from 255) = 70.18%

 GREEN value IS 33 (13.28% from 255) = 9.94%

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

R = 70.18%
G = 9.94%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E92142 (or 0xE92142) is known color: Alizarin. HEX triplet: E9, 21 and 42. RGB value is (233,33,66). Sum of RGB (Red+Green+Blue) = 233+33+66=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E92142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92142 is #16DEBD. Grayscale: #606060. Windows color (decimal): -1498814 or 4334057. OLE color: 4334057.

HSL color Cylindrical-coordinate representation of color #E92142: hue angle of 350.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92142 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 66 -
CMYK 0 0.86 0.72 0.09
HSL 350.1º 0.82% 0.52% -
HSV(B) 350.1º 0.86% 0.91% -
XYZ 35.13 18.8 6.93 -
YUV 96.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 233 33 66 0 0.86 0.72 0.09 350.1 0.82 0.52
Hex E9 21 42 0 56 48 9 15E 52 34
Octal 351 41 102 0 126 110 11 536 122 64
Binary 11101001 100001 1000010 0 1010110 1001000 1001 101011110 1010010 110100

Color Harmonies of #E92142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92142

Black with #E92142

Text Example


Text Example

White with #E92142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92142; }

 p { color: rgb(233,33,66); }

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

background-color css

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

 a { background-color: rgb(233,33,66); }

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

border-color css

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

 span { border-color: rgb(233,33,66); }

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