Html Css Color HEX #E72232 Alizarin

📋 copy color: '#E72232'

red 231 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #E72232

Tints of Alizarin #E72232

RGB

 RED value IS 231 (90.63% from 255) = 73.33%

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 73.33%
G = 10.79%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E72232 (or 0xE72232) is known color: Alizarin. HEX triplet: E7, 22 and 32. RGB value is (231,34,50). Sum of RGB (Red+Green+Blue) = 231+34+50=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E72232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72232 is #18DDCD. Grayscale: #5E5E5E. Windows color (decimal): -1629646 or 3285735. OLE color: 3285735.

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

Color convert

RGB 231 34 50 -
CMYK 0 0.85 0.78 0.09
HSL 355.13º 0.8% 0.52% -
HSV(B) 355.13º 0.85% 0.91% -
XYZ 34.1 18.36 4.76 -
YUV 94.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 231 34 50 0 0.85 0.78 0.09 355.13 0.8 0.52
Hex E7 22 32 0 55 4E 9 163 50 34
Octal 347 42 62 0 125 116 11 543 120 64
Binary 11100111 100010 110010 0 1010101 1001110 1001 101100011 1010000 110100

Color Harmonies of #E72232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72232

Black with #E72232

Text Example


Text Example

White with #E72232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72232; }

 p { color: rgb(231,34,50); }

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

background-color css

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

 a { background-color: rgb(231,34,50); }

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

border-color css

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

 span { border-color: rgb(231,34,50); }

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