Shades of Ruby #CF136D
Tints of Ruby #CF136D
RGB
CMYK
RGB Variations
Color information
#CF136D (or 0xCF136D) is known color: Ruby. HEX triplet: CF, 13 and 6D. RGB value is (207,19,109). Sum of RGB (Red+Green+Blue) = 207+19+109=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136D is #30EC92. Grayscale: #555555. Windows color (decimal): -3206291 or 7148495. OLE color: 7148495.
HSL color Cylindrical-coordinate representation of color #CF136D: hue angle of 331.28º 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 #CF136D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.19 |
| HSL | 331.28º | 0.83% | 0.44% | - |
| HSV(B) | 331.28º | 0.91% | 0.81% | - |
| XYZ | 28.73 | 14.84 | 15.82 | - |
| YUV | 85.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 109 | 0 | 0.91 | 0.47 | 0.19 | 331.28 | 0.83 | 0.44 |
| Hex | CF | 13 | 6D | 0 | 5B | 2F | 13 | 14B | 53 | 2C |
| Octal | 317 | 23 | 155 | 0 | 133 | 57 | 23 | 513 | 123 | 54 |
| Binary | 11001111 | 10011 | 1101101 | 0 | 1011011 | 101111 | 10011 | 101001011 | 1010011 | 101100 |
Color Harmonies of #CF136D
Complementary color
Monochromatic Colors of #CF136D
Black with #CF136D
Text Example
Text Example
White with #CF136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF136D; }
p { color: rgb(207,19,109); }
H1.HeaderClassName
{
color: #CF136D;
}
.AnyTagClassName
{
color: #CF136D;
}
</style>
background-color css
<style>
a { background-color: #CF136D; }
a { background-color: rgb(207,19,109); }
div.DivClassName
{
background-color: #CF136D;
}
.BgClassName
{
background-color: #CF136D;
}
</style>
border-color css
<style>
span { border-color: #CF136D; }
span { border-color: rgb(207,19,109); }
td.TdClassName
{
border-color: #CF136D;
}
.TagClassName
{
border-color: #CF136D;
}
</style>