Shades of Ruby #CF1854
Tints of Ruby #CF1854
RGB
CMYK
RGB Variations
Color information
#CF1854 (or 0xCF1854) is known color: Ruby. HEX triplet: CF, 18 and 54. RGB value is (207,24,84). Sum of RGB (Red+Green+Blue) = 207+24+84=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1854 is #30E7AB. Grayscale: #555555. Windows color (decimal): -3205036 or 5511375. OLE color: 5511375.
HSL color Cylindrical-coordinate representation of color #CF1854: hue angle of 340.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1854 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 84 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.19 |
| HSL | 340.33º | 0.79% | 0.45% | - |
| HSV(B) | 340.33º | 0.88% | 0.81% | - |
| XYZ | 27.66 | 14.56 | 9.74 | - |
| YUV | 85.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 84 | 0 | 0.88 | 0.59 | 0.19 | 340.33 | 0.79 | 0.45 |
| Hex | CF | 18 | 54 | 0 | 58 | 3B | 13 | 154 | 4F | 2D |
| Octal | 317 | 30 | 124 | 0 | 130 | 73 | 23 | 524 | 117 | 55 |
| Binary | 11001111 | 11000 | 1010100 | 0 | 1011000 | 111011 | 10011 | 101010100 | 1001111 | 101101 |
Color Harmonies of #CF1854
Complementary color
Monochromatic Colors of #CF1854
Black with #CF1854
Text Example
Text Example
White with #CF1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1854; }
p { color: rgb(207,24,84); }
H1.HeaderClassName
{
color: #CF1854;
}
.AnyTagClassName
{
color: #CF1854;
}
</style>
background-color css
<style>
a { background-color: #CF1854; }
a { background-color: rgb(207,24,84); }
div.DivClassName
{
background-color: #CF1854;
}
.BgClassName
{
background-color: #CF1854;
}
</style>
border-color css
<style>
span { border-color: #CF1854; }
span { border-color: rgb(207,24,84); }
td.TdClassName
{
border-color: #CF1854;
}
.TagClassName
{
border-color: #CF1854;
}
</style>