#D91959

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

Shades of Ruby #D91959

Tints of Ruby #D91959

Color information

#D91959 (or 0xD91959) is unknown color: approx Ruby. HEX triplet: D9, 19 and 59. RGB value is (217,25,89). Sum of RGB (Red+Green+Blue) = 217+25+89=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D91959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91959 is #26E6A6. Grayscale: #595959. Windows color (decimal): -2549415 or 5839321. OLE color: 5839321.

HSL color Cylindrical-coordinate representation of color #D91959: hue angle of 340º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91959 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB2172589-
CMYK00.880.590.15
HSL340º79.34%47.45%-
HSV(B)340º88.48%85.1%-
XYZ30.7716.1710.95-
YUV89.7127.61218.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.56%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=65.56%
G=7.55%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217258900.880.590.1534079.3447.45
HexD919590583BF1544f2f
Octal331311310130731752411757
Binary110110011100110110010101100011101111111010101001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91959; }

 p { color: rgb(217,25,89); }

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

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

 a { background-color: rgb(217,25,89); }

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

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

 span { border-color: rgb(217,25,89); }

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