#D01A55

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

Shades of Ruby #D01A55

Tints of Ruby #D01A55

Color information

#D01A55 (or 0xD01A55) is unknown color: approx Ruby. HEX triplet: D0, 1A and 55. RGB value is (208,26,85). Sum of RGB (Red+Green+Blue) = 208+26+85=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A55 is #2FE5AA. Grayscale: #575757. Windows color (decimal): -3138987 or 5577424. OLE color: 5577424.

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

Color convert

RGB2082685-
CMYK00.880.590.18
HSL340.55º77.78%45.88%-
HSV(B)340.55º87.5%81.57%-
XYZ28.0214.89.97-
YUV87.14126.8214.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.20%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=65.20%
G=8.15%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208268500.880.590.18340.5577.7845.88
HexD01A550583B121554e2e
Octal320321250130732252511656
Binary1101000011010101010101011000111011100101010101011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A55; }

 p { color: rgb(208,26,85); }

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

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

 a { background-color: rgb(208,26,85); }

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

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

 span { border-color: rgb(208,26,85); }

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