Shades of Ruby #CE175B
Tints of Ruby #CE175B
RGB
CMYK
RGB Variations
Color information
#CE175B (or 0xCE175B) is known color: Ruby. HEX triplet: CE, 17 and 5B. RGB value is (206,23,91). Sum of RGB (Red+Green+Blue) = 206+23+91=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE175B is #31E8A4. Grayscale: #555555. Windows color (decimal): -3270821 or 5969870. OLE color: 5969870.
HSL color Cylindrical-coordinate representation of color #CE175B: hue angle of 337.7º 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 #CE175B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 91 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.19 |
| HSL | 337.7º | 0.8% | 0.45% | - |
| HSV(B) | 337.7º | 0.89% | 0.81% | - |
| XYZ | 27.65 | 14.49 | 11.24 | - |
| YUV | 85.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 91 | 0 | 0.89 | 0.56 | 0.19 | 337.7 | 0.8 | 0.45 |
| Hex | CE | 17 | 5B | 0 | 59 | 38 | 13 | 152 | 50 | 2D |
| Octal | 316 | 27 | 133 | 0 | 131 | 70 | 23 | 522 | 120 | 55 |
| Binary | 11001110 | 10111 | 1011011 | 0 | 1011001 | 111000 | 10011 | 101010010 | 1010000 | 101101 |
Color Harmonies of #CE175B
Complementary color
Monochromatic Colors of #CE175B
Black with #CE175B
Text Example
Text Example
White with #CE175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE175B; }
p { color: rgb(206,23,91); }
H1.HeaderClassName
{
color: #CE175B;
}
.AnyTagClassName
{
color: #CE175B;
}
</style>
background-color css
<style>
a { background-color: #CE175B; }
a { background-color: rgb(206,23,91); }
div.DivClassName
{
background-color: #CE175B;
}
.BgClassName
{
background-color: #CE175B;
}
</style>
border-color css
<style>
span { border-color: #CE175B; }
span { border-color: rgb(206,23,91); }
td.TdClassName
{
border-color: #CE175B;
}
.TagClassName
{
border-color: #CE175B;
}
</style>