Shades of Ruby #CE195E
Tints of Ruby #CE195E
RGB
CMYK
RGB Variations
Color information
#CE195E (or 0xCE195E) is known color: Ruby. HEX triplet: CE, 19 and 5E. RGB value is (206,25,94). Sum of RGB (Red+Green+Blue) = 206+25+94=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE195E is #31E6A1. Grayscale: #565656. Windows color (decimal): -3270306 or 6166990. OLE color: 6166990.
HSL color Cylindrical-coordinate representation of color #CE195E: hue angle of 337.13º 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 #CE195E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 94 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.19 |
| HSL | 337.13º | 0.78% | 0.45% | - |
| HSV(B) | 337.13º | 0.88% | 0.81% | - |
| XYZ | 27.82 | 14.63 | 11.95 | - |
| YUV | 86.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 94 | 0 | 0.88 | 0.54 | 0.19 | 337.13 | 0.78 | 0.45 |
| Hex | CE | 19 | 5E | 0 | 58 | 36 | 13 | 151 | 4E | 2D |
| Octal | 316 | 31 | 136 | 0 | 130 | 66 | 23 | 521 | 116 | 55 |
| Binary | 11001110 | 11001 | 1011110 | 0 | 1011000 | 110110 | 10011 | 101010001 | 1001110 | 101101 |
Color Harmonies of #CE195E
Complementary color
Monochromatic Colors of #CE195E
Black with #CE195E
Text Example
Text Example
White with #CE195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE195E; }
p { color: rgb(206,25,94); }
H1.HeaderClassName
{
color: #CE195E;
}
.AnyTagClassName
{
color: #CE195E;
}
</style>
background-color css
<style>
a { background-color: #CE195E; }
a { background-color: rgb(206,25,94); }
div.DivClassName
{
background-color: #CE195E;
}
.BgClassName
{
background-color: #CE195E;
}
</style>
border-color css
<style>
span { border-color: #CE195E; }
span { border-color: rgb(206,25,94); }
td.TdClassName
{
border-color: #CE195E;
}
.TagClassName
{
border-color: #CE195E;
}
</style>