Html Css Color HEX #E91E32 Alizarin

📋 copy color: '#E91E32'

red 233 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #E91E32

Tints of Alizarin #E91E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

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

R = 74.44%
G = 9.58%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E91E32 (or 0xE91E32) is known color: Alizarin. HEX triplet: E9, 1E and 32. RGB value is (233,30,50). Sum of RGB (Red+Green+Blue) = 233+30+50=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91E32 is #16E1CD. Grayscale: #5D5D5D. Windows color (decimal): -1499598 or 3284713. OLE color: 3284713.

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

Color convert

RGB 233 30 50 -
CMYK 0 0.87 0.79 0.09
HSL 354.09º 0.82% 0.52% -
HSV(B) 354.09º 0.87% 0.91% -
XYZ 34.64 18.48 4.76 -
YUV 92.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 233 30 50 0 0.87 0.79 0.09 354.09 0.82 0.52
Hex E9 1E 32 0 57 4F 9 162 52 34
Octal 351 36 62 0 127 117 11 542 122 64
Binary 11101001 11110 110010 0 1010111 1001111 1001 101100010 1010010 110100

Color Harmonies of #E91E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91E32

Black with #E91E32

Text Example


Text Example

White with #E91E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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