Html Css Color HEX #E72242 Alizarin

📋 copy color: '#E72242'

red 231 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #E72242

Tints of Alizarin #E72242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 69.79%
G = 10.27%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E72242 (or 0xE72242) is known color: Alizarin. HEX triplet: E7, 22 and 42. RGB value is (231,34,66). Sum of RGB (Red+Green+Blue) = 231+34+66=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E72242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72242 is #18DDBD. Grayscale: #606060. Windows color (decimal): -1629630 or 4334311. OLE color: 4334311.

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

Color convert

RGB 231 34 66 -
CMYK 0 0.85 0.71 0.09
HSL 350.25º 0.8% 0.52% -
HSV(B) 350.25º 0.85% 0.91% -
XYZ 34.51 18.53 6.91 -
YUV 96.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 231 34 66 0 0.85 0.71 0.09 350.25 0.8 0.52
Hex E7 22 42 0 55 47 9 15E 50 34
Octal 347 42 102 0 125 107 11 536 120 64
Binary 11100111 100010 1000010 0 1010101 1000111 1001 101011110 1010000 110100

Color Harmonies of #E72242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72242

Black with #E72242

Text Example


Text Example

White with #E72242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72242; }

 p { color: rgb(231,34,66); }

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

background-color css

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

 a { background-color: rgb(231,34,66); }

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

border-color css

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

 span { border-color: rgb(231,34,66); }

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