Shades of Ruby #CE0F5F
Tints of Ruby #CE0F5F
RGB
CMYK
RGB Variations
Color information
#CE0F5F (or 0xCE0F5F) is known color: Ruby. HEX triplet: CE, 0F and 5F. RGB value is (206,15,95). Sum of RGB (Red+Green+Blue) = 206+15+95=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F5F is #31F0A0. Grayscale: #515151. Windows color (decimal): -3272865 or 6229966. OLE color: 6229966.
HSL color Cylindrical-coordinate representation of color #CE0F5F: hue angle of 334.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F5F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 95 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.19 |
| HSL | 334.87º | 0.86% | 0.43% | - |
| HSV(B) | 334.87º | 0.93% | 0.81% | - |
| XYZ | 27.69 | 14.29 | 12.13 | - |
| YUV | 81.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 95 | 0 | 0.93 | 0.54 | 0.19 | 334.87 | 0.86 | 0.43 |
| Hex | CE | F | 5F | 0 | 5D | 36 | 13 | 14F | 56 | 2B |
| Octal | 316 | 17 | 137 | 0 | 135 | 66 | 23 | 517 | 126 | 53 |
| Binary | 11001110 | 1111 | 1011111 | 0 | 1011101 | 110110 | 10011 | 101001111 | 1010110 | 101011 |
Color Harmonies of #CE0F5F
Complementary color
Monochromatic Colors of #CE0F5F
Black with #CE0F5F
Text Example
Text Example
White with #CE0F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F5F; }
p { color: rgb(206,15,95); }
H1.HeaderClassName
{
color: #CE0F5F;
}
.AnyTagClassName
{
color: #CE0F5F;
}
</style>
background-color css
<style>
a { background-color: #CE0F5F; }
a { background-color: rgb(206,15,95); }
div.DivClassName
{
background-color: #CE0F5F;
}
.BgClassName
{
background-color: #CE0F5F;
}
</style>
border-color css
<style>
span { border-color: #CE0F5F; }
span { border-color: rgb(206,15,95); }
td.TdClassName
{
border-color: #CE0F5F;
}
.TagClassName
{
border-color: #CE0F5F;
}
</style>