Shades of Ruby #CE1454
Tints of Ruby #CE1454
RGB
CMYK
RGB Variations
Color information
#CE1454 (or 0xCE1454) is known color: Ruby. HEX triplet: CE, 14 and 54. RGB value is (206,20,84). Sum of RGB (Red+Green+Blue) = 206+20+84=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1454 is #31EBAB. Grayscale: #525252. Windows color (decimal): -3271596 or 5510350. OLE color: 5510350.
HSL color Cylindrical-coordinate representation of color #CE1454: hue angle of 339.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1454 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 84 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.19 |
| HSL | 339.35º | 0.82% | 0.44% | - |
| HSV(B) | 339.35º | 0.9% | 0.81% | - |
| XYZ | 27.3 | 14.26 | 9.7 | - |
| YUV | 82.91 | 128.62 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 84 | 0 | 0.90 | 0.59 | 0.19 | 339.35 | 0.82 | 0.44 |
| Hex | CE | 14 | 54 | 0 | 5A | 3B | 13 | 153 | 52 | 2C |
| Octal | 316 | 24 | 124 | 0 | 132 | 73 | 23 | 523 | 122 | 54 |
| Binary | 11001110 | 10100 | 1010100 | 0 | 1011010 | 111011 | 10011 | 101010011 | 1010010 | 101100 |
Color Harmonies of #CE1454
Complementary color
Monochromatic Colors of #CE1454
Black with #CE1454
Text Example
Text Example
White with #CE1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1454; }
p { color: rgb(206,20,84); }
H1.HeaderClassName
{
color: #CE1454;
}
.AnyTagClassName
{
color: #CE1454;
}
</style>
background-color css
<style>
a { background-color: #CE1454; }
a { background-color: rgb(206,20,84); }
div.DivClassName
{
background-color: #CE1454;
}
.BgClassName
{
background-color: #CE1454;
}
</style>
border-color css
<style>
span { border-color: #CE1454; }
span { border-color: rgb(206,20,84); }
td.TdClassName
{
border-color: #CE1454;
}
.TagClassName
{
border-color: #CE1454;
}
</style>