Shades of Ruby #CF1458
Tints of Ruby #CF1458
RGB
CMYK
RGB Variations
Color information
#CF1458 (or 0xCF1458) is known color: Ruby. HEX triplet: CF, 14 and 58. RGB value is (207,20,88). Sum of RGB (Red+Green+Blue) = 207+20+88=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1458 is #30EBA7. Grayscale: #535353. Windows color (decimal): -3206056 or 5772495. OLE color: 5772495.
HSL color Cylindrical-coordinate representation of color #CF1458: hue angle of 338.18º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1458 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.19 |
| HSL | 338.18º | 0.82% | 0.45% | - |
| HSV(B) | 338.18º | 0.9% | 0.81% | - |
| XYZ | 27.74 | 14.47 | 10.56 | - |
| YUV | 83.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 88 | 0 | 0.90 | 0.57 | 0.19 | 338.18 | 0.82 | 0.45 |
| Hex | CF | 14 | 58 | 0 | 5A | 39 | 13 | 152 | 52 | 2D |
| Octal | 317 | 24 | 130 | 0 | 132 | 71 | 23 | 522 | 122 | 55 |
| Binary | 11001111 | 10100 | 1011000 | 0 | 1011010 | 111001 | 10011 | 101010010 | 1010010 | 101101 |
Color Harmonies of #CF1458
Complementary color
Monochromatic Colors of #CF1458
Black with #CF1458
Text Example
Text Example
White with #CF1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1458; }
p { color: rgb(207,20,88); }
H1.HeaderClassName
{
color: #CF1458;
}
.AnyTagClassName
{
color: #CF1458;
}
</style>
background-color css
<style>
a { background-color: #CF1458; }
a { background-color: rgb(207,20,88); }
div.DivClassName
{
background-color: #CF1458;
}
.BgClassName
{
background-color: #CF1458;
}
</style>
border-color css
<style>
span { border-color: #CF1458; }
span { border-color: rgb(207,20,88); }
td.TdClassName
{
border-color: #CF1458;
}
.TagClassName
{
border-color: #CF1458;
}
</style>