Shades of Ruby #CF135C
Tints of Ruby #CF135C
RGB
CMYK
RGB Variations
Color information
#CF135C (or 0xCF135C) is known color: Ruby. HEX triplet: CF, 13 and 5C. RGB value is (207,19,92). Sum of RGB (Red+Green+Blue) = 207+19+92=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF135C is #30ECA3. Grayscale: #535353. Windows color (decimal): -3206308 or 6034383. OLE color: 6034383.
HSL color Cylindrical-coordinate representation of color #CF135C: hue angle of 336.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF135C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 92 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.19 |
| HSL | 336.7º | 0.83% | 0.44% | - |
| HSV(B) | 336.7º | 0.91% | 0.81% | - |
| XYZ | 27.9 | 14.5 | 11.45 | - |
| YUV | 83.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 92 | 0 | 0.91 | 0.56 | 0.19 | 336.7 | 0.83 | 0.44 |
| Hex | CF | 13 | 5C | 0 | 5B | 38 | 13 | 151 | 53 | 2C |
| Octal | 317 | 23 | 134 | 0 | 133 | 70 | 23 | 521 | 123 | 54 |
| Binary | 11001111 | 10011 | 1011100 | 0 | 1011011 | 111000 | 10011 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CF135C
Complementary color
Monochromatic Colors of #CF135C
Black with #CF135C
Text Example
Text Example
White with #CF135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF135C; }
p { color: rgb(207,19,92); }
H1.HeaderClassName
{
color: #CF135C;
}
.AnyTagClassName
{
color: #CF135C;
}
</style>
background-color css
<style>
a { background-color: #CF135C; }
a { background-color: rgb(207,19,92); }
div.DivClassName
{
background-color: #CF135C;
}
.BgClassName
{
background-color: #CF135C;
}
</style>
border-color css
<style>
span { border-color: #CF135C; }
span { border-color: rgb(207,19,92); }
td.TdClassName
{
border-color: #CF135C;
}
.TagClassName
{
border-color: #CF135C;
}
</style>