Shades of Ruby #CE1E6D
Tints of Ruby #CE1E6D
RGB
CMYK
RGB Variations
Color information
#CE1E6D (or 0xCE1E6D) is known color: Ruby. HEX triplet: CE, 1E and 6D. RGB value is (206,30,109). Sum of RGB (Red+Green+Blue) = 206+30+109=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E6D is #31E192. Grayscale: #5B5B5B. Windows color (decimal): -3269011 or 7151310. OLE color: 7151310.
HSL color Cylindrical-coordinate representation of color #CE1E6D: hue angle of 333.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E6D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 109 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.19 |
| HSL | 333.07º | 0.75% | 0.46% | - |
| HSV(B) | 333.07º | 0.85% | 0.81% | - |
| XYZ | 28.68 | 15.15 | 15.88 | - |
| YUV | 91.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 109 | 0 | 0.85 | 0.47 | 0.19 | 333.07 | 0.75 | 0.46 |
| Hex | CE | 1E | 6D | 0 | 55 | 2F | 13 | 14D | 4B | 2E |
| Octal | 316 | 36 | 155 | 0 | 125 | 57 | 23 | 515 | 113 | 56 |
| Binary | 11001110 | 11110 | 1101101 | 0 | 1010101 | 101111 | 10011 | 101001101 | 1001011 | 101110 |
Color Harmonies of #CE1E6D
Complementary color
Monochromatic Colors of #CE1E6D
Black with #CE1E6D
Text Example
Text Example
White with #CE1E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E6D; }
p { color: rgb(206,30,109); }
H1.HeaderClassName
{
color: #CE1E6D;
}
.AnyTagClassName
{
color: #CE1E6D;
}
</style>
background-color css
<style>
a { background-color: #CE1E6D; }
a { background-color: rgb(206,30,109); }
div.DivClassName
{
background-color: #CE1E6D;
}
.BgClassName
{
background-color: #CE1E6D;
}
</style>
border-color css
<style>
span { border-color: #CE1E6D; }
span { border-color: rgb(206,30,109); }
td.TdClassName
{
border-color: #CE1E6D;
}
.TagClassName
{
border-color: #CE1E6D;
}
</style>