#d10d52

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

Shades of Ruby #D10D52

Tints of Ruby #D10D52

Color information

#D10D52 (or 0xD10D52) is unknown color: approx Ruby. HEX triplet: D1, 0D and 52. RGB value is (209,13,82). Sum of RGB (Red+Green+Blue) = 209+13+82=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D52 is #2EF2AD. Grayscale: #4F4F4F. Windows color (decimal): -3076782 or 5377489. OLE color: 5377489.

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

Color convert

RGB2091382-
CMYK00.940.610.18
HSL338.88º88.29%43.53%-
HSV(B)338.88º93.78%81.96%-
XYZ27.9614.459.3-
YUV79.47129.43220.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 13 (5.47% from 255) = 4.28%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=68.75%
G=4.28%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209138200.940.610.18338.8888.2943.53
HexD1D5205E3D12153582c
Octal321151220136752252313054
Binary110100011101101001001011110111101100101010100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10d52; }

 p { color: rgb(209,13,82); }

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

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

 a { background-color: rgb(209,13,82); }

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

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

 span { border-color: rgb(209,13,82); }

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