Shades of Ruby #CE1567
Tints of Ruby #CE1567
RGB
CMYK
RGB Variations
Color information
#CE1567 (or 0xCE1567) is known color: Ruby. HEX triplet: CE, 15 and 67. RGB value is (206,21,103). Sum of RGB (Red+Green+Blue) = 206+21+103=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1567 is #31EA98. Grayscale: #555555. Windows color (decimal): -3271321 or 6755790. OLE color: 6755790.
HSL color Cylindrical-coordinate representation of color #CE1567: hue angle of 333.41º degrees, saturation: 0.81, 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 #CE1567 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.19 |
| HSL | 333.41º | 0.81% | 0.45% | - |
| HSV(B) | 333.41º | 0.9% | 0.81% | - |
| XYZ | 28.17 | 14.64 | 14.17 | - |
| YUV | 85.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 103 | 0 | 0.90 | 0.50 | 0.19 | 333.41 | 0.81 | 0.45 |
| Hex | CE | 15 | 67 | 0 | 5A | 32 | 13 | 14D | 51 | 2D |
| Octal | 316 | 25 | 147 | 0 | 132 | 62 | 23 | 515 | 121 | 55 |
| Binary | 11001110 | 10101 | 1100111 | 0 | 1011010 | 110010 | 10011 | 101001101 | 1010001 | 101101 |
Color Harmonies of #CE1567
Complementary color
Monochromatic Colors of #CE1567
Black with #CE1567
Text Example
Text Example
White with #CE1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1567; }
p { color: rgb(206,21,103); }
H1.HeaderClassName
{
color: #CE1567;
}
.AnyTagClassName
{
color: #CE1567;
}
</style>
background-color css
<style>
a { background-color: #CE1567; }
a { background-color: rgb(206,21,103); }
div.DivClassName
{
background-color: #CE1567;
}
.BgClassName
{
background-color: #CE1567;
}
</style>
border-color css
<style>
span { border-color: #CE1567; }
span { border-color: rgb(206,21,103); }
td.TdClassName
{
border-color: #CE1567;
}
.TagClassName
{
border-color: #CE1567;
}
</style>