Shades of Ruby #CE1851
Tints of Ruby #CE1851
RGB
CMYK
RGB Variations
Color information
#CE1851 (or 0xCE1851) is known color: Ruby. HEX triplet: CE, 18 and 51. RGB value is (206,24,81). Sum of RGB (Red+Green+Blue) = 206+24+81=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1851 is #31E7AE. Grayscale: #545454. Windows color (decimal): -3270575 or 5314766. OLE color: 5314766.
HSL color Cylindrical-coordinate representation of color #CE1851: hue angle of 341.21º degrees, saturation: 0.79, 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 #CE1851 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 81 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.19 |
| HSL | 341.21º | 0.79% | 0.45% | - |
| HSV(B) | 341.21º | 0.88% | 0.81% | - |
| XYZ | 27.27 | 14.37 | 9.12 | - |
| YUV | 84.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 81 | 0 | 0.88 | 0.61 | 0.19 | 341.21 | 0.79 | 0.45 |
| Hex | CE | 18 | 51 | 0 | 58 | 3D | 13 | 155 | 4F | 2D |
| Octal | 316 | 30 | 121 | 0 | 130 | 75 | 23 | 525 | 117 | 55 |
| Binary | 11001110 | 11000 | 1010001 | 0 | 1011000 | 111101 | 10011 | 101010101 | 1001111 | 101101 |
Color Harmonies of #CE1851
Complementary color
Monochromatic Colors of #CE1851
Black with #CE1851
Text Example
Text Example
White with #CE1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1851; }
p { color: rgb(206,24,81); }
H1.HeaderClassName
{
color: #CE1851;
}
.AnyTagClassName
{
color: #CE1851;
}
</style>
background-color css
<style>
a { background-color: #CE1851; }
a { background-color: rgb(206,24,81); }
div.DivClassName
{
background-color: #CE1851;
}
.BgClassName
{
background-color: #CE1851;
}
</style>
border-color css
<style>
span { border-color: #CE1851; }
span { border-color: rgb(206,24,81); }
td.TdClassName
{
border-color: #CE1851;
}
.TagClassName
{
border-color: #CE1851;
}
</style>