Shades of Ruby #CE125F
Tints of Ruby #CE125F
RGB
CMYK
RGB Variations
Color information
#CE125F (or 0xCE125F) is known color: Ruby. HEX triplet: CE, 12 and 5F. RGB value is (206,18,95). Sum of RGB (Red+Green+Blue) = 206+18+95=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE125F is #31EDA0. Grayscale: #525252. Windows color (decimal): -3272097 or 6230734. OLE color: 6230734.
HSL color Cylindrical-coordinate representation of color #CE125F: hue angle of 335.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE125F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 95 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.19 |
| HSL | 335.43º | 0.84% | 0.44% | - |
| HSV(B) | 335.43º | 0.91% | 0.81% | - |
| XYZ | 27.74 | 14.38 | 12.14 | - |
| YUV | 82.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 95 | 0 | 0.91 | 0.54 | 0.19 | 335.43 | 0.84 | 0.44 |
| Hex | CE | 12 | 5F | 0 | 5B | 36 | 13 | 14F | 54 | 2C |
| Octal | 316 | 22 | 137 | 0 | 133 | 66 | 23 | 517 | 124 | 54 |
| Binary | 11001110 | 10010 | 1011111 | 0 | 1011011 | 110110 | 10011 | 101001111 | 1010100 | 101100 |
Color Harmonies of #CE125F
Complementary color
Monochromatic Colors of #CE125F
Black with #CE125F
Text Example
Text Example
White with #CE125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE125F; }
p { color: rgb(206,18,95); }
H1.HeaderClassName
{
color: #CE125F;
}
.AnyTagClassName
{
color: #CE125F;
}
</style>
background-color css
<style>
a { background-color: #CE125F; }
a { background-color: rgb(206,18,95); }
div.DivClassName
{
background-color: #CE125F;
}
.BgClassName
{
background-color: #CE125F;
}
</style>
border-color css
<style>
span { border-color: #CE125F; }
span { border-color: rgb(206,18,95); }
td.TdClassName
{
border-color: #CE125F;
}
.TagClassName
{
border-color: #CE125F;
}
</style>