Shades of Ruby #CF1253
Tints of Ruby #CF1253
RGB
CMYK
RGB Variations
Color information
#CF1253 (or 0xCF1253) is known color: Ruby. HEX triplet: CF, 12 and 53. RGB value is (207,18,83). Sum of RGB (Red+Green+Blue) = 207+18+83=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1253 is #30EDAC. Grayscale: #515151. Windows color (decimal): -3206573 or 5444303. OLE color: 5444303.
HSL color Cylindrical-coordinate representation of color #CF1253: hue angle of 339.37º degrees, saturation: 0.84, 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 #CF1253 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.19 |
| HSL | 339.37º | 0.84% | 0.44% | - |
| HSV(B) | 339.37º | 0.91% | 0.81% | - |
| XYZ | 27.51 | 14.32 | 9.5 | - |
| YUV | 81.92 | 128.62 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 83 | 0 | 0.91 | 0.60 | 0.19 | 339.37 | 0.84 | 0.44 |
| Hex | CF | 12 | 53 | 0 | 5B | 3C | 13 | 153 | 54 | 2C |
| Octal | 317 | 22 | 123 | 0 | 133 | 74 | 23 | 523 | 124 | 54 |
| Binary | 11001111 | 10010 | 1010011 | 0 | 1011011 | 111100 | 10011 | 101010011 | 1010100 | 101100 |
Color Harmonies of #CF1253
Complementary color
Monochromatic Colors of #CF1253
Black with #CF1253
Text Example
Text Example
White with #CF1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1253; }
p { color: rgb(207,18,83); }
H1.HeaderClassName
{
color: #CF1253;
}
.AnyTagClassName
{
color: #CF1253;
}
</style>
background-color css
<style>
a { background-color: #CF1253; }
a { background-color: rgb(207,18,83); }
div.DivClassName
{
background-color: #CF1253;
}
.BgClassName
{
background-color: #CF1253;
}
</style>
border-color css
<style>
span { border-color: #CF1253; }
span { border-color: rgb(207,18,83); }
td.TdClassName
{
border-color: #CF1253;
}
.TagClassName
{
border-color: #CF1253;
}
</style>