Shades of Ruby #CE0955
Tints of Ruby #CE0955
RGB
CMYK
RGB Variations
Color information
#CE0955 (or 0xCE0955) is known color: Ruby. HEX triplet: CE, 09 and 55. RGB value is (206,9,85). Sum of RGB (Red+Green+Blue) = 206+9+85=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0955 is #31F6AA. Grayscale: #4C4C4C. Windows color (decimal): -3274411 or 5573070. OLE color: 5573070.
HSL color Cylindrical-coordinate representation of color #CE0955: hue angle of 336.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0955 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.19 |
| HSL | 336.85º | 0.92% | 0.42% | - |
| HSV(B) | 336.85º | 0.96% | 0.81% | - |
| XYZ | 27.19 | 13.97 | 9.86 | - |
| YUV | 76.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 85 | 0 | 0.96 | 0.59 | 0.19 | 336.85 | 0.92 | 0.42 |
| Hex | CE | 9 | 55 | 0 | 60 | 3B | 13 | 151 | 5C | 2A |
| Octal | 316 | 11 | 125 | 0 | 140 | 73 | 23 | 521 | 134 | 52 |
| Binary | 11001110 | 1001 | 1010101 | 0 | 1100000 | 111011 | 10011 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CE0955
Complementary color
Monochromatic Colors of #CE0955
Black with #CE0955
Text Example
Text Example
White with #CE0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0955; }
p { color: rgb(206,9,85); }
H1.HeaderClassName
{
color: #CE0955;
}
.AnyTagClassName
{
color: #CE0955;
}
</style>
background-color css
<style>
a { background-color: #CE0955; }
a { background-color: rgb(206,9,85); }
div.DivClassName
{
background-color: #CE0955;
}
.BgClassName
{
background-color: #CE0955;
}
</style>
border-color css
<style>
span { border-color: #CE0955; }
span { border-color: rgb(206,9,85); }
td.TdClassName
{
border-color: #CE0955;
}
.TagClassName
{
border-color: #CE0955;
}
</style>