Html Css Color HEX #E72340 Alizarin

📋 copy color: '#E72340'

red 231 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #E72340

Tints of Alizarin #E72340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 70%
G = 10.61%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E72340 (or 0xE72340) is known color: Alizarin. HEX triplet: E7, 23 and 40. RGB value is (231,35,64). Sum of RGB (Red+Green+Blue) = 231+35+64=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E72340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72340 is #18DCBF. Grayscale: #606060. Windows color (decimal): -1629376 or 4203495. OLE color: 4203495.

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

Color convert

RGB 231 35 64 -
CMYK 0 0.85 0.72 0.09
HSL 351.12º 0.8% 0.52% -
HSV(B) 351.12º 0.85% 0.91% -
XYZ 34.48 18.56 6.62 -
YUV 96.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 231 35 64 0 0.85 0.72 0.09 351.12 0.8 0.52
Hex E7 23 40 0 55 48 9 15F 50 34
Octal 347 43 100 0 125 110 11 537 120 64
Binary 11100111 100011 1000000 0 1010101 1001000 1001 101011111 1010000 110100

Color Harmonies of #E72340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72340

Black with #E72340

Text Example


Text Example

White with #E72340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72340; }

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

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

background-color css

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

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

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

border-color css

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

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

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