Html Css Color HEX #E92232 Alizarin

📋 copy color: '#E92232'

red 233 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #E92232

Tints of Alizarin #E92232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 73.5%
G = 10.73%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E92232 (or 0xE92232) is known color: Alizarin. HEX triplet: E9, 22 and 32. RGB value is (233,34,50). Sum of RGB (Red+Green+Blue) = 233+34+50=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E92232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92232 is #16DDCD. Grayscale: #5F5F5F. Windows color (decimal): -1498574 or 3285737. OLE color: 3285737.

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

Color convert

RGB 233 34 50 -
CMYK 0 0.85 0.79 0.09
HSL 355.18º 0.82% 0.52% -
HSV(B) 355.18º 0.85% 0.91% -
XYZ 34.75 18.7 4.8 -
YUV 95.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 233 34 50 0 0.85 0.79 0.09 355.18 0.82 0.52
Hex E9 22 32 0 55 4F 9 163 52 34
Octal 351 42 62 0 125 117 11 543 122 64
Binary 11101001 100010 110010 0 1010101 1001111 1001 101100011 1010010 110100

Color Harmonies of #E92232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92232

Black with #E92232

Text Example


Text Example

White with #E92232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92232; }

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

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

background-color css

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

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

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

border-color css

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

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

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