Html Css Color HEX #E91F32 Alizarin

📋 copy color: '#E91F32'

red 233 ◦ green 31 ◦ blue 50

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

Shades of Alizarin #E91F32

Tints of Alizarin #E91F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 74.2%
G = 9.87%
B = 15.92%

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

#E91F32 (or 0xE91F32) is known color: Alizarin. HEX triplet: E9, 1F and 32. RGB value is (233,31,50). Sum of RGB (Red+Green+Blue) = 233+31+50=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F32 is #16E0CD. Grayscale: #5D5D5D. Windows color (decimal): -1499342 or 3284969. OLE color: 3284969.

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

Color convert

RGB 233 31 50 -
CMYK 0 0.87 0.79 0.09
HSL 354.36º 0.82% 0.52% -
HSV(B) 354.36º 0.87% 0.91% -
XYZ 34.67 18.53 4.77 -
YUV 93.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 233 31 50 0 0.87 0.79 0.09 354.36 0.82 0.52
Hex E9 1F 32 0 57 4F 9 162 52 34
Octal 351 37 62 0 127 117 11 542 122 64
Binary 11101001 11111 110010 0 1010111 1001111 1001 101100010 1010010 110100

Color Harmonies of #E91F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F32

Black with #E91F32

Text Example


Text Example

White with #E91F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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