Html Css Color HEX #E72E32 Alizarin

📋 copy color: '#E72E32'

red 231 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #E72E32

Tints of Alizarin #E72E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

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

R = 70.64%
G = 14.07%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E72E32 (or 0xE72E32) is known color: Alizarin. HEX triplet: E7, 2E and 32. RGB value is (231,46,50). Sum of RGB (Red+Green+Blue) = 231+46+50=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72E32 is #18D1CD. Grayscale: #656565. Windows color (decimal): -1626574 or 3288807. OLE color: 3288807.

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

Color convert

RGB 231 46 50 -
CMYK 0 0.80 0.78 0.09
HSL 358.7º 0.79% 0.54% -
HSV(B) 358.7º 0.8% 0.91% -
XYZ 34.51 19.17 4.9 -
YUV 101.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 231 46 50 0 0.80 0.78 0.09 358.7 0.79 0.54
Hex E7 2E 32 0 50 4E 9 167 4F 36
Octal 347 56 62 0 120 116 11 547 117 66
Binary 11100111 101110 110010 0 1010000 1001110 1001 101100111 1001111 110110

Color Harmonies of #E72E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72E32

Black with #E72E32

Text Example


Text Example

White with #E72E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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