#D00F56

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

Shades of Ruby #D00F56

Tints of Ruby #D00F56

Color information

#D00F56 (or 0xD00F56) is unknown color: approx Ruby. HEX triplet: D0, 0F and 56. RGB value is (208,15,86). Sum of RGB (Red+Green+Blue) = 208+15+86=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F56 is #2FF0A9. Grayscale: #505050. Windows color (decimal): -3141802 or 5640144. OLE color: 5640144.

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

Color convert

RGB2081586-
CMYK00.930.590.18
HSL337.93º86.55%43.73%-
HSV(B)337.93º92.79%81.57%-
XYZ27.8614.4210.12-
YUV80.8130.94218.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.31%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=67.31%
G=4.85%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208158600.930.590.18337.9386.5543.73
HexD0F5605D3B12152572c
Octal320171260135732252212754
Binary110100001111101011001011101111011100101010100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F56; }

 p { color: rgb(208,15,86); }

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

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

 a { background-color: rgb(208,15,86); }

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

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

 span { border-color: rgb(208,15,86); }

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