Html Css Color HEX #E9232D Alizarin

📋 copy color: '#E9232D'

red 233 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #E9232D

Tints of Alizarin #E9232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 74.44%
G = 11.18%
B = 14.38%

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

#E9232D (or 0xE9232D) is known color: Alizarin. HEX triplet: E9, 23 and 2D. RGB value is (233,35,45). Sum of RGB (Red+Green+Blue) = 233+35+45=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9232D is #16DCD2. Grayscale: #5F5F5F. Windows color (decimal): -1498323 or 2958313. OLE color: 2958313.

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

Color convert

RGB 233 35 45 -
CMYK 0 0.85 0.81 0.09
HSL 356.97º 0.82% 0.53% -
HSV(B) 356.97º 0.85% 0.91% -
XYZ 34.68 18.72 4.27 -
YUV 95.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 233 35 45 0 0.85 0.81 0.09 356.97 0.82 0.53
Hex E9 23 2D 0 55 51 9 165 52 35
Octal 351 43 55 0 125 121 11 545 122 65
Binary 11101001 100011 101101 0 1010101 1010001 1001 101100101 1010010 110101

Color Harmonies of #E9232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9232D

Black with #E9232D

Text Example


Text Example

White with #E9232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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