#E31F28

Color #E31F28 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E31F28

Tints of Alizarin #E31F28

Color information

#E31F28 (or 0xE31F28) is unknown color: approx Alizarin. HEX triplet: E3, 1F and 28. RGB value is (227,31,40). Sum of RGB (Red+Green+Blue) = 227+31+40=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F28 is #1CE0D7. Grayscale: #5A5A5A. Windows color (decimal): -1892568 or 2629603. OLE color: 2629603.

HSL color Cylindrical-coordinate representation of color #E31F28: hue angle of 357.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31F28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB2273140-
CMYK00.860.820.11
HSL357.24º77.78%50.59%-
HSV(B)357.24º86.34%89.02%-
XYZ32.5517.463.66-
YUV90.6399.43225.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 76.17%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=76.17%
G=10.40%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227314000.860.820.11357.2477.7850.59
HexE31F2805652B1654e33
Octal343375001261221354511663
Binary111000111111110100001010110101001010111011001011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31F28; }

 p { color: rgb(227,31,40); }

 H1.HeaderClassName
 {
   color: #E31F28;
 }
 .AnyTagClassName
 {
   color: #E31F28;
 }
</style>
background-color css

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

 a { background-color: rgb(227,31,40); }

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

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

 span { border-color: rgb(227,31,40); }

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