Html Css Color HEX #E72030 Alizarin

📋 copy color: '#E72030'

red 231 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #E72030

Tints of Alizarin #E72030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 74.28%
G = 10.29%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E72030 (or 0xE72030) is known color: Alizarin. HEX triplet: E7, 20 and 30. RGB value is (231,32,48). Sum of RGB (Red+Green+Blue) = 231+32+48=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E72030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72030 is #18DFCF. Grayscale: #5D5D5D. Windows color (decimal): -1630160 or 3154151. OLE color: 3154151.

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

Color convert

RGB 231 32 48 -
CMYK 0 0.86 0.79 0.09
HSL 355.18º 0.81% 0.52% -
HSV(B) 355.18º 0.86% 0.91% -
XYZ 34.01 18.24 4.52 -
YUV 93.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 231 32 48 0 0.86 0.79 0.09 355.18 0.81 0.52
Hex E7 20 30 0 56 4F 9 163 51 34
Octal 347 40 60 0 126 117 11 543 121 64
Binary 11100111 100000 110000 0 1010110 1001111 1001 101100011 1010001 110100

Color Harmonies of #E72030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72030

Black with #E72030

Text Example


Text Example

White with #E72030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72030; }

 p { color: rgb(231,32,48); }

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

background-color css

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

 a { background-color: rgb(231,32,48); }

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

border-color css

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

 span { border-color: rgb(231,32,48); }

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