Html Css Color HEX #E9232C Alizarin

📋 copy color: '#E9232C'

red 233 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #E9232C

Tints of Alizarin #E9232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 74.68%
G = 11.22%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9232C (or 0xE9232C) is known color: Alizarin. HEX triplet: E9, 23 and 2C. RGB value is (233,35,44). Sum of RGB (Red+Green+Blue) = 233+35+44=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9232C is #16DCD3. Grayscale: #5F5F5F. Windows color (decimal): -1498324 or 2892777. OLE color: 2892777.

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

Color convert

RGB 233 35 44 -
CMYK 0 0.85 0.81 0.09
HSL 357.27º 0.82% 0.53% -
HSV(B) 357.27º 0.85% 0.91% -
XYZ 34.66 18.71 4.17 -
YUV 95.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 233 35 44 0 0.85 0.81 0.09 357.27 0.82 0.53
Hex E9 23 2C 0 55 51 9 165 52 35
Octal 351 43 54 0 125 121 11 545 122 65
Binary 11101001 100011 101100 0 1010101 1010001 1001 101100101 1010010 110101

Color Harmonies of #E9232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9232C

Black with #E9232C

Text Example


Text Example

White with #E9232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9232C; }

 p { color: rgb(233,35,44); }

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

background-color css

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

 a { background-color: rgb(233,35,44); }

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

border-color css

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

 span { border-color: rgb(233,35,44); }

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