Shades of Ruby #CF1354
Tints of Ruby #CF1354
RGB
CMYK
RGB Variations
Color information
#CF1354 (or 0xCF1354) is known color: Ruby. HEX triplet: CF, 13 and 54. RGB value is (207,19,84). Sum of RGB (Red+Green+Blue) = 207+19+84=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1354 is #30ECAB. Grayscale: #525252. Windows color (decimal): -3206316 or 5510095. OLE color: 5510095.
HSL color Cylindrical-coordinate representation of color #CF1354: hue angle of 339.26º 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 #CF1354 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.19 |
| HSL | 339.26º | 0.83% | 0.44% | - |
| HSV(B) | 339.26º | 0.91% | 0.81% | - |
| XYZ | 27.57 | 14.37 | 9.71 | - |
| YUV | 82.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 84 | 0 | 0.91 | 0.59 | 0.19 | 339.26 | 0.83 | 0.44 |
| Hex | CF | 13 | 54 | 0 | 5B | 3B | 13 | 153 | 53 | 2C |
| Octal | 317 | 23 | 124 | 0 | 133 | 73 | 23 | 523 | 123 | 54 |
| Binary | 11001111 | 10011 | 1010100 | 0 | 1011011 | 111011 | 10011 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CF1354
Complementary color
Monochromatic Colors of #CF1354
Black with #CF1354
Text Example
Text Example
White with #CF1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1354; }
p { color: rgb(207,19,84); }
H1.HeaderClassName
{
color: #CF1354;
}
.AnyTagClassName
{
color: #CF1354;
}
</style>
background-color css
<style>
a { background-color: #CF1354; }
a { background-color: rgb(207,19,84); }
div.DivClassName
{
background-color: #CF1354;
}
.BgClassName
{
background-color: #CF1354;
}
</style>
border-color css
<style>
span { border-color: #CF1354; }
span { border-color: rgb(207,19,84); }
td.TdClassName
{
border-color: #CF1354;
}
.TagClassName
{
border-color: #CF1354;
}
</style>