Html Css Color HEX #E72332 Alizarin

📋 copy color: '#E72332'

red 231 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #E72332

Tints of Alizarin #E72332

RGB

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

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

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

R = 73.1%
G = 11.08%
B = 15.82%

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

#E72332 (or 0xE72332) is known color: Alizarin. HEX triplet: E7, 23 and 32. RGB value is (231,35,50). Sum of RGB (Red+Green+Blue) = 231+35+50=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E72332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72332 is #18DCCD. Grayscale: #5F5F5F. Windows color (decimal): -1629390 or 3285991. OLE color: 3285991.

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

Color convert

RGB 231 35 50 -
CMYK 0 0.85 0.78 0.09
HSL 355.41º 0.8% 0.52% -
HSV(B) 355.41º 0.85% 0.91% -
XYZ 34.13 18.42 4.77 -
YUV 95.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 231 35 50 0 0.85 0.78 0.09 355.41 0.8 0.52
Hex E7 23 32 0 55 4E 9 163 50 34
Octal 347 43 62 0 125 116 11 543 120 64
Binary 11100111 100011 110010 0 1010101 1001110 1001 101100011 1010000 110100

Color Harmonies of #E72332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72332

Black with #E72332

Text Example


Text Example

White with #E72332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72332; }

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

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

background-color css

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

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

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

border-color css

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

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

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