#D11C54

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

Shades of Ruby #D11C54

Tints of Ruby #D11C54

Color information

#D11C54 (or 0xD11C54) is unknown color: approx Ruby. HEX triplet: D1, 1C and 54. RGB value is (209,28,84). Sum of RGB (Red+Green+Blue) = 209+28+84=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C54 is #2EE3AB. Grayscale: #585858. Windows color (decimal): -3072940 or 5512401. OLE color: 5512401.

HSL color Cylindrical-coordinate representation of color #D11C54: hue angle of 341.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C54 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2092884-
CMYK00.870.600.18
HSL341.44º76.37%46.47%-
HSV(B)341.44º86.6%81.96%-
XYZ28.3115.039.8-
YUV88.5125.47213.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.11%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=65.11%
G=8.72%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209288400.870.600.18341.4476.3746.47
HexD11C540573C121554c2e
Octal321341240127742252511456
Binary1101000111100101010001010111111100100101010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C54; }

 p { color: rgb(209,28,84); }

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

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

 a { background-color: rgb(209,28,84); }

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

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

 span { border-color: rgb(209,28,84); }

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