Shades of Ruby #CF1456
Tints of Ruby #CF1456
RGB
CMYK
RGB Variations
Color information
#CF1456 (or 0xCF1456) is known color: Ruby. HEX triplet: CF, 14 and 56. RGB value is (207,20,86). Sum of RGB (Red+Green+Blue) = 207+20+86=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1456 is #30EBA9. Grayscale: #535353. Windows color (decimal): -3206058 or 5641423. OLE color: 5641423.
HSL color Cylindrical-coordinate representation of color #CF1456: hue angle of 338.82º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1456 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 86 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.19 |
| HSL | 338.82º | 0.82% | 0.45% | - |
| HSV(B) | 338.82º | 0.9% | 0.81% | - |
| XYZ | 27.66 | 14.44 | 10.13 | - |
| YUV | 83.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 86 | 0 | 0.90 | 0.58 | 0.19 | 338.82 | 0.82 | 0.45 |
| Hex | CF | 14 | 56 | 0 | 5A | 3A | 13 | 153 | 52 | 2D |
| Octal | 317 | 24 | 126 | 0 | 132 | 72 | 23 | 523 | 122 | 55 |
| Binary | 11001111 | 10100 | 1010110 | 0 | 1011010 | 111010 | 10011 | 101010011 | 1010010 | 101101 |
Color Harmonies of #CF1456
Complementary color
Monochromatic Colors of #CF1456
Black with #CF1456
Text Example
Text Example
White with #CF1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1456; }
p { color: rgb(207,20,86); }
H1.HeaderClassName
{
color: #CF1456;
}
.AnyTagClassName
{
color: #CF1456;
}
</style>
background-color css
<style>
a { background-color: #CF1456; }
a { background-color: rgb(207,20,86); }
div.DivClassName
{
background-color: #CF1456;
}
.BgClassName
{
background-color: #CF1456;
}
</style>
border-color css
<style>
span { border-color: #CF1456; }
span { border-color: rgb(207,20,86); }
td.TdClassName
{
border-color: #CF1456;
}
.TagClassName
{
border-color: #CF1456;
}
</style>