Shades of Ruby #CE1969
Tints of Ruby #CE1969
RGB
CMYK
RGB Variations
Color information
#CE1969 (or 0xCE1969) is known color: Ruby. HEX triplet: CE, 19 and 69. RGB value is (206,25,105). Sum of RGB (Red+Green+Blue) = 206+25+105=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1969 is #31E696. Grayscale: #585858. Windows color (decimal): -3270295 or 6887886. OLE color: 6887886.
HSL color Cylindrical-coordinate representation of color #CE1969: hue angle of 333.48º degrees, saturation: 0.78, 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 #CE1969 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 105 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.19 |
| HSL | 333.48º | 0.78% | 0.45% | - |
| HSV(B) | 333.48º | 0.88% | 0.81% | - |
| XYZ | 28.35 | 14.84 | 14.73 | - |
| YUV | 88.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 105 | 0 | 0.88 | 0.49 | 0.19 | 333.48 | 0.78 | 0.45 |
| Hex | CE | 19 | 69 | 0 | 58 | 31 | 13 | 14D | 4E | 2D |
| Octal | 316 | 31 | 151 | 0 | 130 | 61 | 23 | 515 | 116 | 55 |
| Binary | 11001110 | 11001 | 1101001 | 0 | 1011000 | 110001 | 10011 | 101001101 | 1001110 | 101101 |
Color Harmonies of #CE1969
Complementary color
Monochromatic Colors of #CE1969
Black with #CE1969
Text Example
Text Example
White with #CE1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1969; }
p { color: rgb(206,25,105); }
H1.HeaderClassName
{
color: #CE1969;
}
.AnyTagClassName
{
color: #CE1969;
}
</style>
background-color css
<style>
a { background-color: #CE1969; }
a { background-color: rgb(206,25,105); }
div.DivClassName
{
background-color: #CE1969;
}
.BgClassName
{
background-color: #CE1969;
}
</style>
border-color css
<style>
span { border-color: #CE1969; }
span { border-color: rgb(206,25,105); }
td.TdClassName
{
border-color: #CE1969;
}
.TagClassName
{
border-color: #CE1969;
}
</style>