Shades of Ruby #CF0F5E
Tints of Ruby #CF0F5E
RGB
CMYK
RGB Variations
Color information
#CF0F5E (or 0xCF0F5E) is known color: Ruby. HEX triplet: CF, 0F and 5E. RGB value is (207,15,94). Sum of RGB (Red+Green+Blue) = 207+15+94=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F5E is #30F0A1. Grayscale: #515151. Windows color (decimal): -3207330 or 6164431. OLE color: 6164431.
HSL color Cylindrical-coordinate representation of color #CF0F5E: hue angle of 335.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F5E is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.19 |
| HSL | 335.31º | 0.86% | 0.44% | - |
| HSV(B) | 335.31º | 0.93% | 0.81% | - |
| XYZ | 27.92 | 14.42 | 11.9 | - |
| YUV | 81.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 94 | 0 | 0.93 | 0.55 | 0.19 | 335.31 | 0.86 | 0.44 |
| Hex | CF | F | 5E | 0 | 5D | 37 | 13 | 14F | 56 | 2C |
| Octal | 317 | 17 | 136 | 0 | 135 | 67 | 23 | 517 | 126 | 54 |
| Binary | 11001111 | 1111 | 1011110 | 0 | 1011101 | 110111 | 10011 | 101001111 | 1010110 | 101100 |
Color Harmonies of #CF0F5E
Complementary color
Monochromatic Colors of #CF0F5E
Black with #CF0F5E
Text Example
Text Example
White with #CF0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F5E; }
p { color: rgb(207,15,94); }
H1.HeaderClassName
{
color: #CF0F5E;
}
.AnyTagClassName
{
color: #CF0F5E;
}
</style>
background-color css
<style>
a { background-color: #CF0F5E; }
a { background-color: rgb(207,15,94); }
div.DivClassName
{
background-color: #CF0F5E;
}
.BgClassName
{
background-color: #CF0F5E;
}
</style>
border-color css
<style>
span { border-color: #CF0F5E; }
span { border-color: rgb(207,15,94); }
td.TdClassName
{
border-color: #CF0F5E;
}
.TagClassName
{
border-color: #CF0F5E;
}
</style>