#D11F5F

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

Shades of Ruby #D11F5F

Tints of Ruby #D11F5F

Color information

#D11F5F (or 0xD11F5F) is unknown color: approx Ruby. HEX triplet: D1, 1F and 5F. RGB value is (209,31,95). Sum of RGB (Red+Green+Blue) = 209+31+95=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F5F is #2EE0A0. Grayscale: #5B5B5B. Windows color (decimal): -3072161 or 6234065. OLE color: 6234065.

HSL color Cylindrical-coordinate representation of color #D11F5F: hue angle of 338.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F5F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2093195-
CMYK00.850.550.18
HSL338.43º74.17%47.06%-
HSV(B)338.43º85.17%81.96%-
XYZ28.8515.3612.27-
YUV91.52129.97211.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.39%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=62.39%
G=9.25%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209319500.850.550.18338.4374.1747.06
HexD11F5F05537121524a2f
Octal321371370125672252211257
Binary1101000111111101111101010101110111100101010100101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11F5F; }

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

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

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

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

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

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

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

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