#D10C5C

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

Shades of Ruby #D10C5C

Tints of Ruby #D10C5C

Color information

#D10C5C (or 0xD10C5C) is unknown color: approx Ruby. HEX triplet: D1, 0C and 5C. RGB value is (209,12,92). Sum of RGB (Red+Green+Blue) = 209+12+92=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C5C is #2EF3A3. Grayscale: #4F4F4F. Windows color (decimal): -3077028 or 6032593. OLE color: 6032593.

HSL color Cylindrical-coordinate representation of color #D10C5C: hue angle of 335.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C5C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2091292-
CMYK00.940.560.18
HSL335.63º89.14%43.33%-
HSV(B)335.63º94.26%81.96%-
XYZ28.3614.5911.45-
YUV80.02134.77220-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=66.77%
G=3.83%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209129200.940.560.18335.6389.1443.33
HexD1C5C05E3812150592b
Octal321141340136702252013153
Binary110100011100101110001011110111000100101010100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C5C; }

 p { color: rgb(209,12,92); }

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

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

 a { background-color: rgb(209,12,92); }

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

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

 span { border-color: rgb(209,12,92); }

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