Shades of Ruby #CE125D
Tints of Ruby #CE125D
RGB
CMYK
RGB Variations
Color information
#CE125D (or 0xCE125D) is known color: Ruby. HEX triplet: CE, 12 and 5D. RGB value is (206,18,93). Sum of RGB (Red+Green+Blue) = 206+18+93=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE125D is #31EDA2. Grayscale: #525252. Windows color (decimal): -3272099 or 6099662. OLE color: 6099662.
HSL color Cylindrical-coordinate representation of color #CE125D: hue angle of 336.06º 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 #CE125D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 93 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.19 |
| HSL | 336.06º | 0.84% | 0.44% | - |
| HSV(B) | 336.06º | 0.91% | 0.81% | - |
| XYZ | 27.65 | 14.34 | 11.67 | - |
| YUV | 82.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 93 | 0 | 0.91 | 0.55 | 0.19 | 336.06 | 0.84 | 0.44 |
| Hex | CE | 12 | 5D | 0 | 5B | 37 | 13 | 150 | 54 | 2C |
| Octal | 316 | 22 | 135 | 0 | 133 | 67 | 23 | 520 | 124 | 54 |
| Binary | 11001110 | 10010 | 1011101 | 0 | 1011011 | 110111 | 10011 | 101010000 | 1010100 | 101100 |
Color Harmonies of #CE125D
Complementary color
Monochromatic Colors of #CE125D
Black with #CE125D
Text Example
Text Example
White with #CE125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE125D; }
p { color: rgb(206,18,93); }
H1.HeaderClassName
{
color: #CE125D;
}
.AnyTagClassName
{
color: #CE125D;
}
</style>
background-color css
<style>
a { background-color: #CE125D; }
a { background-color: rgb(206,18,93); }
div.DivClassName
{
background-color: #CE125D;
}
.BgClassName
{
background-color: #CE125D;
}
</style>
border-color css
<style>
span { border-color: #CE125D; }
span { border-color: rgb(206,18,93); }
td.TdClassName
{
border-color: #CE125D;
}
.TagClassName
{
border-color: #CE125D;
}
</style>