Html Css Color HEX #E72C2E Alizarin

📋 copy color: '#E72C2E'

red 231 ◦ green 44 ◦ blue 46

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

Shades of Alizarin #E72C2E

Tints of Alizarin #E72C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 71.96%
G = 13.71%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E72C2E (or 0xE72C2E) is known color: Alizarin. HEX triplet: E7, 2C and 2E. RGB value is (231,44,46). Sum of RGB (Red+Green+Blue) = 231+44+46=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C2E is #18D3D1. Grayscale: #646464. Windows color (decimal): -1627090 or 3026151. OLE color: 3026151.

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

Color convert

RGB 231 44 46 -
CMYK 0 0.81 0.80 0.09
HSL 359.36º 0.8% 0.54% -
HSV(B) 359.36º 0.81% 0.91% -
XYZ 34.35 18.99 4.44 -
YUV 100.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 231 44 46 0 0.81 0.80 0.09 359.36 0.8 0.54
Hex E7 2C 2E 0 51 50 9 167 50 36
Octal 347 54 56 0 121 120 11 547 120 66
Binary 11100111 101100 101110 0 1010001 1010000 1001 101100111 1010000 110110

Color Harmonies of #E72C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C2E

Black with #E72C2E

Text Example


Text Example

White with #E72C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C2E; }

 p { color: rgb(231,44,46); }

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

background-color css

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

 a { background-color: rgb(231,44,46); }

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

border-color css

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

 span { border-color: rgb(231,44,46); }

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