#D10C53

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

Shades of Ruby #D10C53

Tints of Ruby #D10C53

Color information

#D10C53 (or 0xD10C53) is unknown color: approx Ruby. HEX triplet: D1, 0C and 53. RGB value is (209,12,83). Sum of RGB (Red+Green+Blue) = 209+12+83=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C53 is #2EF3AC. Grayscale: #4E4E4E. Windows color (decimal): -3077037 or 5442769. OLE color: 5442769.

HSL color Cylindrical-coordinate representation of color #D10C53: hue angle of 338.38º 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 #D10C53 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2091283-
CMYK00.940.600.18
HSL338.38º89.14%43.33%-
HSV(B)338.38º94.26%81.96%-
XYZ27.9914.449.5-
YUV79130.27220.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=68.75%
G=3.95%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209128300.940.600.18338.3889.1443.33
HexD1C5305E3C12152592b
Octal321141230136742252213153
Binary110100011100101001101011110111100100101010100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C53; }

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

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

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

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

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

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

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

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