Html Css Color HEX #E72C2D Alizarin

📋 copy color: '#E72C2D'

red 231 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #E72C2D

Tints of Alizarin #E72C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 72.19%
G = 13.75%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E72C2D (or 0xE72C2D) is known color: Alizarin. HEX triplet: E7, 2C and 2D. RGB value is (231,44,45). Sum of RGB (Red+Green+Blue) = 231+44+45=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C2D is #18D3D2. Grayscale: #646464. Windows color (decimal): -1627091 or 2960615. OLE color: 2960615.

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

Color convert

RGB 231 44 45 -
CMYK 0 0.81 0.81 0.09
HSL 359.68º 0.8% 0.54% -
HSV(B) 359.68º 0.81% 0.91% -
XYZ 34.33 18.98 4.34 -
YUV 100.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 231 44 45 0 0.81 0.81 0.09 359.68 0.8 0.54
Hex E7 2C 2D 0 51 51 9 168 50 36
Octal 347 54 55 0 121 121 11 550 120 66
Binary 11100111 101100 101101 0 1010001 1010001 1001 101101000 1010000 110110

Color Harmonies of #E72C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C2D

Black with #E72C2D

Text Example


Text Example

White with #E72C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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