Shades of Ruby #CF1353
Tints of Ruby #CF1353
RGB
CMYK
RGB Variations
Color information
#CF1353 (or 0xCF1353) is known color: Ruby. HEX triplet: CF, 13 and 53. RGB value is (207,19,83). Sum of RGB (Red+Green+Blue) = 207+19+83=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1353 is #30ECAC. Grayscale: #525252. Windows color (decimal): -3206317 or 5444559. OLE color: 5444559.
HSL color Cylindrical-coordinate representation of color #CF1353: hue angle of 339.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1353 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.19 |
| HSL | 339.57º | 0.83% | 0.44% | - |
| HSV(B) | 339.57º | 0.91% | 0.81% | - |
| XYZ | 27.53 | 14.36 | 9.5 | - |
| YUV | 82.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 83 | 0 | 0.91 | 0.60 | 0.19 | 339.57 | 0.83 | 0.44 |
| Hex | CF | 13 | 53 | 0 | 5B | 3C | 13 | 154 | 53 | 2C |
| Octal | 317 | 23 | 123 | 0 | 133 | 74 | 23 | 524 | 123 | 54 |
| Binary | 11001111 | 10011 | 1010011 | 0 | 1011011 | 111100 | 10011 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CF1353
Complementary color
Monochromatic Colors of #CF1353
Black with #CF1353
Text Example
Text Example
White with #CF1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1353; }
p { color: rgb(207,19,83); }
H1.HeaderClassName
{
color: #CF1353;
}
.AnyTagClassName
{
color: #CF1353;
}
</style>
background-color css
<style>
a { background-color: #CF1353; }
a { background-color: rgb(207,19,83); }
div.DivClassName
{
background-color: #CF1353;
}
.BgClassName
{
background-color: #CF1353;
}
</style>
border-color css
<style>
span { border-color: #CF1353; }
span { border-color: rgb(207,19,83); }
td.TdClassName
{
border-color: #CF1353;
}
.TagClassName
{
border-color: #CF1353;
}
</style>