Html Css Color HEX #E71932 Alizarin

📋 copy color: '#E71932'

red 231 ◦ green 25 ◦ blue 50

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

Shades of Alizarin #E71932

Tints of Alizarin #E71932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 75.49%
G = 8.17%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E71932 (or 0xE71932) is known color: Alizarin. HEX triplet: E7, 19 and 32. RGB value is (231,25,50). Sum of RGB (Red+Green+Blue) = 231+25+50=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E71932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71932 is #18E6CD. Grayscale: #595959. Windows color (decimal): -1631950 or 3283431. OLE color: 3283431.

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

Color convert

RGB 231 25 50 -
CMYK 0 0.89 0.78 0.09
HSL 352.72º 0.81% 0.5% -
HSV(B) 352.72º 0.89% 0.91% -
XYZ 33.88 17.91 4.69 -
YUV 89.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 231 25 50 0 0.89 0.78 0.09 352.72 0.81 0.5
Hex E7 19 32 0 59 4E 9 161 51 32
Octal 347 31 62 0 131 116 11 541 121 62
Binary 11100111 11001 110010 0 1011001 1001110 1001 101100001 1010001 110010

Color Harmonies of #E71932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71932

Black with #E71932

Text Example


Text Example

White with #E71932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71932; }

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

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

background-color css

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

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

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

border-color css

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

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

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