Shades of Ruby #CF1455
Tints of Ruby #CF1455
RGB
CMYK
RGB Variations
Color information
#CF1455 (or 0xCF1455) is known color: Ruby. HEX triplet: CF, 14 and 55. RGB value is (207,20,85). Sum of RGB (Red+Green+Blue) = 207+20+85=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1455 is #30EBAA. Grayscale: #535353. Windows color (decimal): -3206059 or 5575887. OLE color: 5575887.
HSL color Cylindrical-coordinate representation of color #CF1455: hue angle of 339.14º 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 #CF1455 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 85 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.19 |
| HSL | 339.14º | 0.82% | 0.45% | - |
| HSV(B) | 339.14º | 0.9% | 0.81% | - |
| XYZ | 27.62 | 14.42 | 9.92 | - |
| YUV | 83.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 85 | 0 | 0.90 | 0.59 | 0.19 | 339.14 | 0.82 | 0.45 |
| Hex | CF | 14 | 55 | 0 | 5A | 3B | 13 | 153 | 52 | 2D |
| Octal | 317 | 24 | 125 | 0 | 132 | 73 | 23 | 523 | 122 | 55 |
| Binary | 11001111 | 10100 | 1010101 | 0 | 1011010 | 111011 | 10011 | 101010011 | 1010010 | 101101 |
Color Harmonies of #CF1455
Complementary color
Monochromatic Colors of #CF1455
Black with #CF1455
Text Example
Text Example
White with #CF1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1455; }
p { color: rgb(207,20,85); }
H1.HeaderClassName
{
color: #CF1455;
}
.AnyTagClassName
{
color: #CF1455;
}
</style>
background-color css
<style>
a { background-color: #CF1455; }
a { background-color: rgb(207,20,85); }
div.DivClassName
{
background-color: #CF1455;
}
.BgClassName
{
background-color: #CF1455;
}
</style>
border-color css
<style>
span { border-color: #CF1455; }
span { border-color: rgb(207,20,85); }
td.TdClassName
{
border-color: #CF1455;
}
.TagClassName
{
border-color: #CF1455;
}
</style>