Html Css Color HEX #E92140 Alizarin

📋 copy color: '#E92140'

red 233 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #E92140

Tints of Alizarin #E92140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 70.61%
G = 10%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E92140 (or 0xE92140) is known color: Alizarin. HEX triplet: E9, 21 and 40. RGB value is (233,33,64). Sum of RGB (Red+Green+Blue) = 233+33+64=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E92140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92140 is #16DEBF. Grayscale: #606060. Windows color (decimal): -1498816 or 4202985. OLE color: 4202985.

HSL color Cylindrical-coordinate representation of color #E92140: hue angle of 350.7º 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 #E92140 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 64 -
CMYK 0 0.86 0.73 0.09
HSL 350.7º 0.82% 0.52% -
HSV(B) 350.7º 0.86% 0.91% -
XYZ 35.07 18.78 6.63 -
YUV 96.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 233 33 64 0 0.86 0.73 0.09 350.7 0.82 0.52
Hex E9 21 40 0 56 49 9 15F 52 34
Octal 351 41 100 0 126 111 11 537 122 64
Binary 11101001 100001 1000000 0 1010110 1001001 1001 101011111 1010010 110100

Color Harmonies of #E92140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92140

Black with #E92140

Text Example


Text Example

White with #E92140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92140; }

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

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

background-color css

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

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

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

border-color css

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

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

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