Html Css Color HEX #E93032 Alizarin

📋 copy color: '#E93032'

red 233 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #E93032

Tints of Alizarin #E93032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 70.39%
G = 14.5%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93032 (or 0xE93032) is known color: Alizarin. HEX triplet: E9, 30 and 32. RGB value is (233,48,50). Sum of RGB (Red+Green+Blue) = 233+48+50=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E93032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93032 is #16CFCD. Grayscale: #676767. Windows color (decimal): -1494990 or 3289321. OLE color: 3289321.

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

Color convert

RGB 233 48 50 -
CMYK 0 0.79 0.79 0.09
HSL 359.35º 0.81% 0.55% -
HSV(B) 359.35º 0.79% 0.91% -
XYZ 35.24 19.67 4.96 -
YUV 103.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 233 48 50 0 0.79 0.79 0.09 359.35 0.81 0.55
Hex E9 30 32 0 4F 4F 9 167 51 37
Octal 351 60 62 0 117 117 11 547 121 67
Binary 11101001 110000 110010 0 1001111 1001111 1001 101100111 1010001 110111

Color Harmonies of #E93032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93032

Black with #E93032

Text Example


Text Example

White with #E93032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93032; }

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

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

background-color css

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

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

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

border-color css

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

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

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