Shades of Ruby #CF0D5B
Tints of Ruby #CF0D5B
RGB
CMYK
RGB Variations
Color information
#CF0D5B (or 0xCF0D5B) is known color: Ruby. HEX triplet: CF, 0D and 5B. RGB value is (207,13,91). Sum of RGB (Red+Green+Blue) = 207+13+91=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D5B is #30F2A4. Grayscale: #4F4F4F. Windows color (decimal): -3207845 or 5967311. OLE color: 5967311.
HSL color Cylindrical-coordinate representation of color #CF0D5B: hue angle of 335.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D5B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 91 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.19 |
| HSL | 335.88º | 0.88% | 0.43% | - |
| HSV(B) | 335.88º | 0.94% | 0.81% | - |
| XYZ | 27.76 | 14.31 | 11.2 | - |
| YUV | 79.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 91 | 0 | 0.94 | 0.56 | 0.19 | 335.88 | 0.88 | 0.43 |
| Hex | CF | D | 5B | 0 | 5E | 38 | 13 | 150 | 58 | 2B |
| Octal | 317 | 15 | 133 | 0 | 136 | 70 | 23 | 520 | 130 | 53 |
| Binary | 11001111 | 1101 | 1011011 | 0 | 1011110 | 111000 | 10011 | 101010000 | 1011000 | 101011 |
Color Harmonies of #CF0D5B
Complementary color
Monochromatic Colors of #CF0D5B
Black with #CF0D5B
Text Example
Text Example
White with #CF0D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D5B; }
p { color: rgb(207,13,91); }
H1.HeaderClassName
{
color: #CF0D5B;
}
.AnyTagClassName
{
color: #CF0D5B;
}
</style>
background-color css
<style>
a { background-color: #CF0D5B; }
a { background-color: rgb(207,13,91); }
div.DivClassName
{
background-color: #CF0D5B;
}
.BgClassName
{
background-color: #CF0D5B;
}
</style>
border-color css
<style>
span { border-color: #CF0D5B; }
span { border-color: rgb(207,13,91); }
td.TdClassName
{
border-color: #CF0D5B;
}
.TagClassName
{
border-color: #CF0D5B;
}
</style>