Shades of Ruby #CE1451
Tints of Ruby #CE1451
RGB
CMYK
RGB Variations
Color information
#CE1451 (or 0xCE1451) is known color: Ruby. HEX triplet: CE, 14 and 51. RGB value is (206,20,81). Sum of RGB (Red+Green+Blue) = 206+20+81=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1451 is #31EBAE. Grayscale: #525252. Windows color (decimal): -3271599 or 5313742. OLE color: 5313742.
HSL color Cylindrical-coordinate representation of color #CE1451: hue angle of 340.32º 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 #CE1451 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 81 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.19 |
| HSL | 340.32º | 0.82% | 0.44% | - |
| HSV(B) | 340.32º | 0.9% | 0.81% | - |
| XYZ | 27.19 | 14.22 | 9.1 | - |
| YUV | 82.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 81 | 0 | 0.90 | 0.61 | 0.19 | 340.32 | 0.82 | 0.44 |
| Hex | CE | 14 | 51 | 0 | 5A | 3D | 13 | 154 | 52 | 2C |
| Octal | 316 | 24 | 121 | 0 | 132 | 75 | 23 | 524 | 122 | 54 |
| Binary | 11001110 | 10100 | 1010001 | 0 | 1011010 | 111101 | 10011 | 101010100 | 1010010 | 101100 |
Color Harmonies of #CE1451
Complementary color
Monochromatic Colors of #CE1451
Black with #CE1451
Text Example
Text Example
White with #CE1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1451; }
p { color: rgb(206,20,81); }
H1.HeaderClassName
{
color: #CE1451;
}
.AnyTagClassName
{
color: #CE1451;
}
</style>
background-color css
<style>
a { background-color: #CE1451; }
a { background-color: rgb(206,20,81); }
div.DivClassName
{
background-color: #CE1451;
}
.BgClassName
{
background-color: #CE1451;
}
</style>
border-color css
<style>
span { border-color: #CE1451; }
span { border-color: rgb(206,20,81); }
td.TdClassName
{
border-color: #CE1451;
}
.TagClassName
{
border-color: #CE1451;
}
</style>