Html Css Color HEX #E72140 Alizarin

📋 copy color: '#E72140'

red 231 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #E72140

Tints of Alizarin #E72140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 70.43%
G = 10.06%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E72140 (or 0xE72140) is known color: Alizarin. HEX triplet: E7, 21 and 40. RGB value is (231,33,64). Sum of RGB (Red+Green+Blue) = 231+33+64=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E72140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72140 is #18DEBF. Grayscale: #5F5F5F. Windows color (decimal): -1629888 or 4202983. OLE color: 4202983.

HSL color Cylindrical-coordinate representation of color #E72140: hue angle of 350.61º 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 #E72140 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 64 -
CMYK 0 0.86 0.72 0.09
HSL 350.61º 0.8% 0.52% -
HSV(B) 350.61º 0.86% 0.91% -
XYZ 34.42 18.45 6.6 -
YUV 95.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 231 33 64 0 0.86 0.72 0.09 350.61 0.8 0.52
Hex E7 21 40 0 56 48 9 15F 50 34
Octal 347 41 100 0 126 110 11 537 120 64
Binary 11100111 100001 1000000 0 1010110 1001000 1001 101011111 1010000 110100

Color Harmonies of #E72140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72140

Black with #E72140

Text Example


Text Example

White with #E72140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72140; }

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

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

background-color css

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

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

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

border-color css

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

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

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