Shades of Ruby #CF1852
Tints of Ruby #CF1852
RGB
CMYK
RGB Variations
Color information
#CF1852 (or 0xCF1852) is known color: Ruby. HEX triplet: CF, 18 and 52. RGB value is (207,24,82). Sum of RGB (Red+Green+Blue) = 207+24+82=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1852 is #30E7AD. Grayscale: #555555. Windows color (decimal): -3205038 or 5380303. OLE color: 5380303.
HSL color Cylindrical-coordinate representation of color #CF1852: hue angle of 340.98º 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 #CF1852 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.19 |
| HSL | 340.98º | 0.79% | 0.45% | - |
| HSV(B) | 340.98º | 0.88% | 0.81% | - |
| XYZ | 27.58 | 14.53 | 9.33 | - |
| YUV | 85.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 82 | 0 | 0.88 | 0.60 | 0.19 | 340.98 | 0.79 | 0.45 |
| Hex | CF | 18 | 52 | 0 | 58 | 3C | 13 | 155 | 4F | 2D |
| Octal | 317 | 30 | 122 | 0 | 130 | 74 | 23 | 525 | 117 | 55 |
| Binary | 11001111 | 11000 | 1010010 | 0 | 1011000 | 111100 | 10011 | 101010101 | 1001111 | 101101 |
Color Harmonies of #CF1852
Complementary color
Monochromatic Colors of #CF1852
Black with #CF1852
Text Example
Text Example
White with #CF1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1852; }
p { color: rgb(207,24,82); }
H1.HeaderClassName
{
color: #CF1852;
}
.AnyTagClassName
{
color: #CF1852;
}
</style>
background-color css
<style>
a { background-color: #CF1852; }
a { background-color: rgb(207,24,82); }
div.DivClassName
{
background-color: #CF1852;
}
.BgClassName
{
background-color: #CF1852;
}
</style>
border-color css
<style>
span { border-color: #CF1852; }
span { border-color: rgb(207,24,82); }
td.TdClassName
{
border-color: #CF1852;
}
.TagClassName
{
border-color: #CF1852;
}
</style>