Shades of Ruby #CE1954
Tints of Ruby #CE1954
RGB
CMYK
RGB Variations
Color information
#CE1954 (or 0xCE1954) is known color: Ruby. HEX triplet: CE, 19 and 54. RGB value is (206,25,84). Sum of RGB (Red+Green+Blue) = 206+25+84=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1954 is #31E6AB. Grayscale: #555555. Windows color (decimal): -3270316 or 5511630. OLE color: 5511630.
HSL color Cylindrical-coordinate representation of color #CE1954: hue angle of 340.44º degrees, saturation: 0.78, 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 #CE1954 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 84 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.19 |
| HSL | 340.44º | 0.78% | 0.45% | - |
| HSV(B) | 340.44º | 0.88% | 0.81% | - |
| XYZ | 27.4 | 14.46 | 9.73 | - |
| YUV | 85.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 84 | 0 | 0.88 | 0.59 | 0.19 | 340.44 | 0.78 | 0.45 |
| Hex | CE | 19 | 54 | 0 | 58 | 3B | 13 | 154 | 4E | 2D |
| Octal | 316 | 31 | 124 | 0 | 130 | 73 | 23 | 524 | 116 | 55 |
| Binary | 11001110 | 11001 | 1010100 | 0 | 1011000 | 111011 | 10011 | 101010100 | 1001110 | 101101 |
Color Harmonies of #CE1954
Complementary color
Monochromatic Colors of #CE1954
Black with #CE1954
Text Example
Text Example
White with #CE1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1954; }
p { color: rgb(206,25,84); }
H1.HeaderClassName
{
color: #CE1954;
}
.AnyTagClassName
{
color: #CE1954;
}
</style>
background-color css
<style>
a { background-color: #CE1954; }
a { background-color: rgb(206,25,84); }
div.DivClassName
{
background-color: #CE1954;
}
.BgClassName
{
background-color: #CE1954;
}
</style>
border-color css
<style>
span { border-color: #CE1954; }
span { border-color: rgb(206,25,84); }
td.TdClassName
{
border-color: #CE1954;
}
.TagClassName
{
border-color: #CE1954;
}
</style>