Html Css Color HEX #E92132 Alizarin

📋 copy color: '#E92132'

red 233 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #E92132

Tints of Alizarin #E92132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 73.73%
G = 10.44%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E92132 (or 0xE92132) is known color: Alizarin. HEX triplet: E9, 21 and 32. RGB value is (233,33,50). Sum of RGB (Red+Green+Blue) = 233+33+50=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E92132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92132 is #16DECD. Grayscale: #5E5E5E. Windows color (decimal): -1498830 or 3285481. OLE color: 3285481.

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

Color convert

RGB 233 33 50 -
CMYK 0 0.86 0.79 0.09
HSL 354.9º 0.82% 0.52% -
HSV(B) 354.9º 0.86% 0.91% -
XYZ 34.72 18.64 4.79 -
YUV 94.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 233 33 50 0 0.86 0.79 0.09 354.9 0.82 0.52
Hex E9 21 32 0 56 4F 9 163 52 34
Octal 351 41 62 0 126 117 11 543 122 64
Binary 11101001 100001 110010 0 1010110 1001111 1001 101100011 1010010 110100

Color Harmonies of #E92132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92132

Black with #E92132

Text Example


Text Example

White with #E92132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92132; }

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

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

background-color css

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

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

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

border-color css

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

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

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