Shades of Ruby #CF0B5F
Tints of Ruby #CF0B5F
RGB
CMYK
RGB Variations
Color information
#CF0B5F (or 0xCF0B5F) is known color: Ruby. HEX triplet: CF, 0B and 5F. RGB value is (207,11,95). Sum of RGB (Red+Green+Blue) = 207+11+95=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0B5F is #30F4A0. Grayscale: #4F4F4F. Windows color (decimal): -3208353 or 6228943. OLE color: 6228943.
HSL color Cylindrical-coordinate representation of color #CF0B5F: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B5F is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 95 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.19 |
| HSL | 334.29º | 0.9% | 0.43% | - |
| HSV(B) | 334.29º | 0.95% | 0.81% | - |
| XYZ | 27.92 | 14.33 | 12.12 | - |
| YUV | 79.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 95 | 0 | 0.95 | 0.54 | 0.19 | 334.29 | 0.9 | 0.43 |
| Hex | CF | B | 5F | 0 | 5F | 36 | 13 | 14E | 5A | 2B |
| Octal | 317 | 13 | 137 | 0 | 137 | 66 | 23 | 516 | 132 | 53 |
| Binary | 11001111 | 1011 | 1011111 | 0 | 1011111 | 110110 | 10011 | 101001110 | 1011010 | 101011 |
Color Harmonies of #CF0B5F
Complementary color
Monochromatic Colors of #CF0B5F
Black with #CF0B5F
Text Example
Text Example
White with #CF0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B5F; }
p { color: rgb(207,11,95); }
H1.HeaderClassName
{
color: #CF0B5F;
}
.AnyTagClassName
{
color: #CF0B5F;
}
</style>
background-color css
<style>
a { background-color: #CF0B5F; }
a { background-color: rgb(207,11,95); }
div.DivClassName
{
background-color: #CF0B5F;
}
.BgClassName
{
background-color: #CF0B5F;
}
</style>
border-color css
<style>
span { border-color: #CF0B5F; }
span { border-color: rgb(207,11,95); }
td.TdClassName
{
border-color: #CF0B5F;
}
.TagClassName
{
border-color: #CF0B5F;
}
</style>