Html Css Color HEX #E72932 Alizarin

📋 copy color: '#E72932'

red 231 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #E72932

Tints of Alizarin #E72932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

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

R = 71.74%
G = 12.73%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E72932 (or 0xE72932) is known color: Alizarin. HEX triplet: E7, 29 and 32. RGB value is (231,41,50). Sum of RGB (Red+Green+Blue) = 231+41+50=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E72932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72932 is #18D6CD. Grayscale: #626262. Windows color (decimal): -1627854 or 3287527. OLE color: 3287527.

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

Color convert

RGB 231 41 50 -
CMYK 0 0.82 0.78 0.09
HSL 357.16º 0.8% 0.53% -
HSV(B) 357.16º 0.82% 0.91% -
XYZ 34.32 18.81 4.84 -
YUV 98.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 231 41 50 0 0.82 0.78 0.09 357.16 0.8 0.53
Hex E7 29 32 0 52 4E 9 165 50 35
Octal 347 51 62 0 122 116 11 545 120 65
Binary 11100111 101001 110010 0 1010010 1001110 1001 101100101 1010000 110101

Color Harmonies of #E72932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72932

Black with #E72932

Text Example


Text Example

White with #E72932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72932; }

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

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

background-color css

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

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

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

border-color css

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

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

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