Shades of Ruby #CE125B
Tints of Ruby #CE125B
RGB
CMYK
RGB Variations
Color information
#CE125B (or 0xCE125B) is known color: Ruby. HEX triplet: CE, 12 and 5B. RGB value is (206,18,91). Sum of RGB (Red+Green+Blue) = 206+18+91=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE125B is #31EDA4. Grayscale: #525252. Windows color (decimal): -3272101 or 5968590. OLE color: 5968590.
HSL color Cylindrical-coordinate representation of color #CE125B: hue angle of 336.7º 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 #CE125B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 91 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.19 |
| HSL | 336.7º | 0.84% | 0.44% | - |
| HSV(B) | 336.7º | 0.91% | 0.81% | - |
| XYZ | 27.56 | 14.31 | 11.21 | - |
| YUV | 82.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 91 | 0 | 0.91 | 0.56 | 0.19 | 336.7 | 0.84 | 0.44 |
| Hex | CE | 12 | 5B | 0 | 5B | 38 | 13 | 151 | 54 | 2C |
| Octal | 316 | 22 | 133 | 0 | 133 | 70 | 23 | 521 | 124 | 54 |
| Binary | 11001110 | 10010 | 1011011 | 0 | 1011011 | 111000 | 10011 | 101010001 | 1010100 | 101100 |
Color Harmonies of #CE125B
Complementary color
Monochromatic Colors of #CE125B
Black with #CE125B
Text Example
Text Example
White with #CE125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE125B; }
p { color: rgb(206,18,91); }
H1.HeaderClassName
{
color: #CE125B;
}
.AnyTagClassName
{
color: #CE125B;
}
</style>
background-color css
<style>
a { background-color: #CE125B; }
a { background-color: rgb(206,18,91); }
div.DivClassName
{
background-color: #CE125B;
}
.BgClassName
{
background-color: #CE125B;
}
</style>
border-color css
<style>
span { border-color: #CE125B; }
span { border-color: rgb(206,18,91); }
td.TdClassName
{
border-color: #CE125B;
}
.TagClassName
{
border-color: #CE125B;
}
</style>