#E31F5F

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

Shades of Ruby #E31F5F

Tints of Ruby #E31F5F

Color information

#E31F5F (or 0xE31F5F) is unknown color: approx Ruby. HEX triplet: E3, 1F and 5F. RGB value is (227,31,95). Sum of RGB (Red+Green+Blue) = 227+31+95=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31F5F is #1CE0A0. Grayscale: #606060. Windows color (decimal): -1892513 or 6234083. OLE color: 6234083.

HSL color Cylindrical-coordinate representation of color #E31F5F: hue angle of 340.41º 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 #E31F5F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2273195-
CMYK00.860.580.11
HSL340.41º77.78%50.59%-
HSV(B)340.41º86.34%89.02%-
XYZ34.2318.1412.52-
YUV96.9126.93220.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 31 (12.5% from 255) = 8.78%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=64.31%
G=8.78%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227319500.860.580.11340.4177.7850.59
HexE31F5F0563AB1544e33
Octal343371370126721352411663
Binary111000111111110111110101011011101010111010101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31F5F; }

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

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

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

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

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

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

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

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