#E31B2F

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

Shades of Alizarin #E31B2F

Tints of Alizarin #E31B2F

Color information

#E31B2F (or 0xE31B2F) is unknown color: approx Alizarin. HEX triplet: E3, 1B and 2F. RGB value is (227,27,47). Sum of RGB (Red+Green+Blue) = 227+27+47=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31B2F is #1CE4D0. Grayscale: #595959. Windows color (decimal): -1893585 or 3087331. OLE color: 3087331.

HSL color Cylindrical-coordinate representation of color #E31B2F: hue angle of 354º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31B2F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2272747-
CMYK00.880.790.11
HSL354º78.74%49.8%-
HSV(B)354º88.11%89.02%-
XYZ32.5817.324.32-
YUV89.08104.26226.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 75.42%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=75.42%
G=8.97%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227274700.880.790.1135478.7449.8
HexE31B2F0584FB1624f32
Octal343335701301171354211762
Binary111000111101110111101011000100111110111011000101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31B2F; }

 p { color: rgb(227,27,47); }

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

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

 a { background-color: rgb(227,27,47); }

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

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

 span { border-color: rgb(227,27,47); }

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