Shades of Ruby #CF1553
Tints of Ruby #CF1553
RGB
CMYK
RGB Variations
Color information
#CF1553 (or 0xCF1553) is known color: Ruby. HEX triplet: CF, 15 and 53. RGB value is (207,21,83). Sum of RGB (Red+Green+Blue) = 207+21+83=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1553 is #30EAAC. Grayscale: #535353. Windows color (decimal): -3205805 or 5445071. OLE color: 5445071.
HSL color Cylindrical-coordinate representation of color #CF1553: hue angle of 340º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1553 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.19 |
| HSL | 340º | 0.82% | 0.45% | - |
| HSV(B) | 340º | 0.9% | 0.81% | - |
| XYZ | 27.56 | 14.43 | 9.52 | - |
| YUV | 83.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 83 | 0 | 0.90 | 0.60 | 0.19 | 340 | 0.82 | 0.45 |
| Hex | CF | 15 | 53 | 0 | 5A | 3C | 13 | 154 | 52 | 2D |
| Octal | 317 | 25 | 123 | 0 | 132 | 74 | 23 | 524 | 122 | 55 |
| Binary | 11001111 | 10101 | 1010011 | 0 | 1011010 | 111100 | 10011 | 101010100 | 1010010 | 101101 |
Color Harmonies of #CF1553
Complementary color
Monochromatic Colors of #CF1553
Black with #CF1553
Text Example
Text Example
White with #CF1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1553; }
p { color: rgb(207,21,83); }
H1.HeaderClassName
{
color: #CF1553;
}
.AnyTagClassName
{
color: #CF1553;
}
</style>
background-color css
<style>
a { background-color: #CF1553; }
a { background-color: rgb(207,21,83); }
div.DivClassName
{
background-color: #CF1553;
}
.BgClassName
{
background-color: #CF1553;
}
</style>
border-color css
<style>
span { border-color: #CF1553; }
span { border-color: rgb(207,21,83); }
td.TdClassName
{
border-color: #CF1553;
}
.TagClassName
{
border-color: #CF1553;
}
</style>