Html Css Color HEX #E72141 Alizarin

📋 copy color: '#E72141'

red 231 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #E72141

Tints of Alizarin #E72141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 70.21%
G = 10.03%
B = 19.76%

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

#E72141 (or 0xE72141) is known color: Alizarin. HEX triplet: E7, 21 and 41. RGB value is (231,33,65). Sum of RGB (Red+Green+Blue) = 231+33+65=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E72141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72141 is #18DEBE. Grayscale: #5F5F5F. Windows color (decimal): -1629887 or 4268519. OLE color: 4268519.

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

Color convert

RGB 231 33 65 -
CMYK 0 0.86 0.72 0.09
HSL 350.3º 0.8% 0.52% -
HSV(B) 350.3º 0.86% 0.91% -
XYZ 34.45 18.46 6.75 -
YUV 95.85 110.6 224.4 -
System Red Green Blue C M Y K H S L
Decimal 231 33 65 0 0.86 0.72 0.09 350.3 0.8 0.52
Hex E7 21 41 0 56 48 9 15E 50 34
Octal 347 41 101 0 126 110 11 536 120 64
Binary 11100111 100001 1000001 0 1010110 1001000 1001 101011110 1010000 110100

Color Harmonies of #E72141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72141

Black with #E72141

Text Example


Text Example

White with #E72141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72141; }

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

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

background-color css

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

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

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

border-color css

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

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

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