Html Css Color HEX #E72132 Alizarin

📋 copy color: '#E72132'

red 231 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #E72132

Tints of Alizarin #E72132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 73.57%
G = 10.51%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E72132 (or 0xE72132) is known color: Alizarin. HEX triplet: E7, 21 and 32. RGB value is (231,33,50). Sum of RGB (Red+Green+Blue) = 231+33+50=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E72132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72132 is #18DECD. Grayscale: #5E5E5E. Windows color (decimal): -1629902 or 3285479. OLE color: 3285479.

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

Color convert

RGB 231 33 50 -
CMYK 0 0.86 0.78 0.09
HSL 354.85º 0.8% 0.52% -
HSV(B) 354.85º 0.86% 0.91% -
XYZ 34.07 18.31 4.76 -
YUV 94.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 231 33 50 0 0.86 0.78 0.09 354.85 0.8 0.52
Hex E7 21 32 0 56 4E 9 163 50 34
Octal 347 41 62 0 126 116 11 543 120 64
Binary 11100111 100001 110010 0 1010110 1001110 1001 101100011 1010000 110100

Color Harmonies of #E72132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72132

Black with #E72132

Text Example


Text Example

White with #E72132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72132; }

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

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

background-color css

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

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

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

border-color css

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

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

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