Shades of Ruby #CE175D
Tints of Ruby #CE175D
RGB
CMYK
RGB Variations
Color information
#CE175D (or 0xCE175D) is known color: Ruby. HEX triplet: CE, 17 and 5D. RGB value is (206,23,93). Sum of RGB (Red+Green+Blue) = 206+23+93=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE175D is #31E8A2. Grayscale: #555555. Windows color (decimal): -3270819 or 6100942. OLE color: 6100942.
HSL color Cylindrical-coordinate representation of color #CE175D: hue angle of 337.05º 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 #CE175D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 93 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.19 |
| HSL | 337.05º | 0.8% | 0.45% | - |
| HSV(B) | 337.05º | 0.89% | 0.81% | - |
| XYZ | 27.74 | 14.52 | 11.7 | - |
| YUV | 85.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 93 | 0 | 0.89 | 0.55 | 0.19 | 337.05 | 0.8 | 0.45 |
| Hex | CE | 17 | 5D | 0 | 59 | 37 | 13 | 151 | 50 | 2D |
| Octal | 316 | 27 | 135 | 0 | 131 | 67 | 23 | 521 | 120 | 55 |
| Binary | 11001110 | 10111 | 1011101 | 0 | 1011001 | 110111 | 10011 | 101010001 | 1010000 | 101101 |
Color Harmonies of #CE175D
Complementary color
Monochromatic Colors of #CE175D
Black with #CE175D
Text Example
Text Example
White with #CE175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE175D; }
p { color: rgb(206,23,93); }
H1.HeaderClassName
{
color: #CE175D;
}
.AnyTagClassName
{
color: #CE175D;
}
</style>
background-color css
<style>
a { background-color: #CE175D; }
a { background-color: rgb(206,23,93); }
div.DivClassName
{
background-color: #CE175D;
}
.BgClassName
{
background-color: #CE175D;
}
</style>
border-color css
<style>
span { border-color: #CE175D; }
span { border-color: rgb(206,23,93); }
td.TdClassName
{
border-color: #CE175D;
}
.TagClassName
{
border-color: #CE175D;
}
</style>