Shades of Ruby #CE1750
Tints of Ruby #CE1750
RGB
CMYK
RGB Variations
Color information
#CE1750 (or 0xCE1750) is known color: Ruby. HEX triplet: CE, 17 and 50. RGB value is (206,23,80). Sum of RGB (Red+Green+Blue) = 206+23+80=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1750 is #31E8AF. Grayscale: #545454. Windows color (decimal): -3270832 or 5248974. OLE color: 5248974.
HSL color Cylindrical-coordinate representation of color #CE1750: hue angle of 341.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1750 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.19 |
| HSL | 341.31º | 0.8% | 0.45% | - |
| HSV(B) | 341.31º | 0.89% | 0.81% | - |
| XYZ | 27.21 | 14.31 | 8.92 | - |
| YUV | 84.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 80 | 0 | 0.89 | 0.61 | 0.19 | 341.31 | 0.8 | 0.45 |
| Hex | CE | 17 | 50 | 0 | 59 | 3D | 13 | 155 | 50 | 2D |
| Octal | 316 | 27 | 120 | 0 | 131 | 75 | 23 | 525 | 120 | 55 |
| Binary | 11001110 | 10111 | 1010000 | 0 | 1011001 | 111101 | 10011 | 101010101 | 1010000 | 101101 |
Color Harmonies of #CE1750
Complementary color
Monochromatic Colors of #CE1750
Black with #CE1750
Text Example
Text Example
White with #CE1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1750; }
p { color: rgb(206,23,80); }
H1.HeaderClassName
{
color: #CE1750;
}
.AnyTagClassName
{
color: #CE1750;
}
</style>
background-color css
<style>
a { background-color: #CE1750; }
a { background-color: rgb(206,23,80); }
div.DivClassName
{
background-color: #CE1750;
}
.BgClassName
{
background-color: #CE1750;
}
</style>
border-color css
<style>
span { border-color: #CE1750; }
span { border-color: rgb(206,23,80); }
td.TdClassName
{
border-color: #CE1750;
}
.TagClassName
{
border-color: #CE1750;
}
</style>