Shades of Ruby #CE1858
Tints of Ruby #CE1858
RGB
CMYK
RGB Variations
Color information
#CE1858 (or 0xCE1858) is known color: Ruby. HEX triplet: CE, 18 and 58. RGB value is (206,24,88). Sum of RGB (Red+Green+Blue) = 206+24+88=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1858 is #31E7A7. Grayscale: #555555. Windows color (decimal): -3270568 or 5773518. OLE color: 5773518.
HSL color Cylindrical-coordinate representation of color #CE1858: hue angle of 338.9º degrees, saturation: 0.79, 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 #CE1858 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 88 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.19 |
| HSL | 338.9º | 0.79% | 0.45% | - |
| HSV(B) | 338.9º | 0.88% | 0.81% | - |
| XYZ | 27.54 | 14.48 | 10.58 | - |
| YUV | 85.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 88 | 0 | 0.88 | 0.57 | 0.19 | 338.9 | 0.79 | 0.45 |
| Hex | CE | 18 | 58 | 0 | 58 | 39 | 13 | 153 | 4F | 2D |
| Octal | 316 | 30 | 130 | 0 | 130 | 71 | 23 | 523 | 117 | 55 |
| Binary | 11001110 | 11000 | 1011000 | 0 | 1011000 | 111001 | 10011 | 101010011 | 1001111 | 101101 |
Color Harmonies of #CE1858
Complementary color
Monochromatic Colors of #CE1858
Black with #CE1858
Text Example
Text Example
White with #CE1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1858; }
p { color: rgb(206,24,88); }
H1.HeaderClassName
{
color: #CE1858;
}
.AnyTagClassName
{
color: #CE1858;
}
</style>
background-color css
<style>
a { background-color: #CE1858; }
a { background-color: rgb(206,24,88); }
div.DivClassName
{
background-color: #CE1858;
}
.BgClassName
{
background-color: #CE1858;
}
</style>
border-color css
<style>
span { border-color: #CE1858; }
span { border-color: rgb(206,24,88); }
td.TdClassName
{
border-color: #CE1858;
}
.TagClassName
{
border-color: #CE1858;
}
</style>