Shades of Ruby #CF1F5D
Tints of Ruby #CF1F5D
RGB
CMYK
RGB Variations
Color information
#CF1F5D (or 0xCF1F5D) is known color: Ruby. HEX triplet: CF, 1F and 5D. RGB value is (207,31,93). Sum of RGB (Red+Green+Blue) = 207+31+93=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F5D is #30E0A2. Grayscale: #5A5A5A. Windows color (decimal): -3203235 or 6102991. OLE color: 6102991.
HSL color Cylindrical-coordinate representation of color #CF1F5D: hue angle of 338.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F5D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 93 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.19 |
| HSL | 338.86º | 0.74% | 0.47% | - |
| HSV(B) | 338.86º | 0.85% | 0.81% | - |
| XYZ | 28.2 | 15.04 | 11.77 | - |
| YUV | 90.69 | 129.31 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 93 | 0 | 0.85 | 0.55 | 0.19 | 338.86 | 0.74 | 0.47 |
| Hex | CF | 1F | 5D | 0 | 55 | 37 | 13 | 153 | 4A | 2F |
| Octal | 317 | 37 | 135 | 0 | 125 | 67 | 23 | 523 | 112 | 57 |
| Binary | 11001111 | 11111 | 1011101 | 0 | 1010101 | 110111 | 10011 | 101010011 | 1001010 | 101111 |
Color Harmonies of #CF1F5D
Complementary color
Monochromatic Colors of #CF1F5D
Black with #CF1F5D
Text Example
Text Example
White with #CF1F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F5D; }
p { color: rgb(207,31,93); }
H1.HeaderClassName
{
color: #CF1F5D;
}
.AnyTagClassName
{
color: #CF1F5D;
}
</style>
background-color css
<style>
a { background-color: #CF1F5D; }
a { background-color: rgb(207,31,93); }
div.DivClassName
{
background-color: #CF1F5D;
}
.BgClassName
{
background-color: #CF1F5D;
}
</style>
border-color css
<style>
span { border-color: #CF1F5D; }
span { border-color: rgb(207,31,93); }
td.TdClassName
{
border-color: #CF1F5D;
}
.TagClassName
{
border-color: #CF1F5D;
}
</style>