Shades of Ruby #CF1853
Tints of Ruby #CF1853
RGB
CMYK
RGB Variations
Color information
#CF1853 (or 0xCF1853) is known color: Ruby. HEX triplet: CF, 18 and 53. RGB value is (207,24,83). Sum of RGB (Red+Green+Blue) = 207+24+83=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1853 is #30E7AC. Grayscale: #555555. Windows color (decimal): -3205037 or 5445839. OLE color: 5445839.
HSL color Cylindrical-coordinate representation of color #CF1853: hue angle of 340.66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1853 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 83 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.19 |
| HSL | 340.66º | 0.79% | 0.45% | - |
| HSV(B) | 340.66º | 0.88% | 0.81% | - |
| XYZ | 27.62 | 14.54 | 9.53 | - |
| YUV | 85.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 83 | 0 | 0.88 | 0.60 | 0.19 | 340.66 | 0.79 | 0.45 |
| Hex | CF | 18 | 53 | 0 | 58 | 3C | 13 | 155 | 4F | 2D |
| Octal | 317 | 30 | 123 | 0 | 130 | 74 | 23 | 525 | 117 | 55 |
| Binary | 11001111 | 11000 | 1010011 | 0 | 1011000 | 111100 | 10011 | 101010101 | 1001111 | 101101 |
Color Harmonies of #CF1853
Complementary color
Monochromatic Colors of #CF1853
Black with #CF1853
Text Example
Text Example
White with #CF1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1853; }
p { color: rgb(207,24,83); }
H1.HeaderClassName
{
color: #CF1853;
}
.AnyTagClassName
{
color: #CF1853;
}
</style>
background-color css
<style>
a { background-color: #CF1853; }
a { background-color: rgb(207,24,83); }
div.DivClassName
{
background-color: #CF1853;
}
.BgClassName
{
background-color: #CF1853;
}
</style>
border-color css
<style>
span { border-color: #CF1853; }
span { border-color: rgb(207,24,83); }
td.TdClassName
{
border-color: #CF1853;
}
.TagClassName
{
border-color: #CF1853;
}
</style>