Shades of Ruby #CE1254
Tints of Ruby #CE1254
RGB
CMYK
RGB Variations
Color information
#CE1254 (or 0xCE1254) is known color: Ruby. HEX triplet: CE, 12 and 54. RGB value is (206,18,84). Sum of RGB (Red+Green+Blue) = 206+18+84=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1254 is #31EDAB. Grayscale: #515151. Windows color (decimal): -3272108 or 5509838. OLE color: 5509838.
HSL color Cylindrical-coordinate representation of color #CE1254: hue angle of 338.94º 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 #CE1254 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 84 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.19 |
| HSL | 338.94º | 0.84% | 0.44% | - |
| HSV(B) | 338.94º | 0.91% | 0.81% | - |
| XYZ | 27.27 | 14.19 | 9.69 | - |
| YUV | 81.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 84 | 0 | 0.91 | 0.59 | 0.19 | 338.94 | 0.84 | 0.44 |
| Hex | CE | 12 | 54 | 0 | 5B | 3B | 13 | 153 | 54 | 2C |
| Octal | 316 | 22 | 124 | 0 | 133 | 73 | 23 | 523 | 124 | 54 |
| Binary | 11001110 | 10010 | 1010100 | 0 | 1011011 | 111011 | 10011 | 101010011 | 1010100 | 101100 |
Color Harmonies of #CE1254
Complementary color
Monochromatic Colors of #CE1254
Black with #CE1254
Text Example
Text Example
White with #CE1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1254; }
p { color: rgb(206,18,84); }
H1.HeaderClassName
{
color: #CE1254;
}
.AnyTagClassName
{
color: #CE1254;
}
</style>
background-color css
<style>
a { background-color: #CE1254; }
a { background-color: rgb(206,18,84); }
div.DivClassName
{
background-color: #CE1254;
}
.BgClassName
{
background-color: #CE1254;
}
</style>
border-color css
<style>
span { border-color: #CE1254; }
span { border-color: rgb(206,18,84); }
td.TdClassName
{
border-color: #CE1254;
}
.TagClassName
{
border-color: #CE1254;
}
</style>