Shades of Ruby #FD1770
Tints of Ruby #FD1770
RGB
CMYK
RGB Variations
Color information
#FD1770 (or 0xFD1770) is known color: Ruby. HEX triplet: FD, 17 and 70. RGB value is (253,23,112). Sum of RGB (Red+Green+Blue) = 253+23+112=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1770 is #02E88F. Grayscale: #656565. Windows color (decimal): -190608 or 7346173. OLE color: 7346173.
HSL color Cylindrical-coordinate representation of color #FD1770: hue angle of 336.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1770 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 112 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.01 |
| HSL | 336.78º | 0.98% | 0.54% | - |
| HSV(B) | 336.78º | 0.91% | 0.99% | - |
| XYZ | 43.74 | 22.67 | 17.4 | - |
| YUV | 101.92 | 133.7 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 112 | 0 | 0.91 | 0.56 | 0.01 | 336.78 | 0.98 | 0.54 |
| Hex | FD | 17 | 70 | 0 | 5B | 38 | 1 | 151 | 62 | 36 |
| Octal | 375 | 27 | 160 | 0 | 133 | 70 | 1 | 521 | 142 | 66 |
| Binary | 11111101 | 10111 | 1110000 | 0 | 1011011 | 111000 | 1 | 101010001 | 1100010 | 110110 |
Color Harmonies of #FD1770
Complementary color
Monochromatic Colors of #FD1770
Black with #FD1770
Text Example
Text Example
White with #FD1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1770; }
p { color: rgb(253,23,112); }
H1.HeaderClassName
{
color: #FD1770;
}
.AnyTagClassName
{
color: #FD1770;
}
</style>
background-color css
<style>
a { background-color: #FD1770; }
a { background-color: rgb(253,23,112); }
div.DivClassName
{
background-color: #FD1770;
}
.BgClassName
{
background-color: #FD1770;
}
</style>
border-color css
<style>
span { border-color: #FD1770; }
span { border-color: rgb(253,23,112); }
td.TdClassName
{
border-color: #FD1770;
}
.TagClassName
{
border-color: #FD1770;
}
</style>