Html Css Color HEX #E72C32 Alizarin

📋 copy color: '#E72C32'

red 231 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #E72C32

Tints of Alizarin #E72C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

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

R = 71.08%
G = 13.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E72C32 (or 0xE72C32) is known color: Alizarin. HEX triplet: E7, 2C and 32. RGB value is (231,44,50). Sum of RGB (Red+Green+Blue) = 231+44+50=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C32 is #18D3CD. Grayscale: #646464. Windows color (decimal): -1627086 or 3288295. OLE color: 3288295.

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

Color convert

RGB 231 44 50 -
CMYK 0 0.81 0.78 0.09
HSL 358.07º 0.8% 0.54% -
HSV(B) 358.07º 0.81% 0.91% -
XYZ 34.43 19.02 4.87 -
YUV 100.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 231 44 50 0 0.81 0.78 0.09 358.07 0.8 0.54
Hex E7 2C 32 0 51 4E 9 166 50 36
Octal 347 54 62 0 121 116 11 546 120 66
Binary 11100111 101100 110010 0 1010001 1001110 1001 101100110 1010000 110110

Color Harmonies of #E72C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C32

Black with #E72C32

Text Example


Text Example

White with #E72C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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