Shades of Ruby #CE1B5B
Tints of Ruby #CE1B5B
RGB
CMYK
RGB Variations
Color information
#CE1B5B (or 0xCE1B5B) is known color: Ruby. HEX triplet: CE, 1B and 5B. RGB value is (206,27,91). Sum of RGB (Red+Green+Blue) = 206+27+91=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B5B is #31E4A4. Grayscale: #575757. Windows color (decimal): -3269797 or 5970894. OLE color: 5970894.
HSL color Cylindrical-coordinate representation of color #CE1B5B: hue angle of 338.55º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B5B is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 91 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.19 |
| HSL | 338.55º | 0.77% | 0.46% | - |
| HSV(B) | 338.55º | 0.87% | 0.81% | - |
| XYZ | 27.73 | 14.66 | 11.27 | - |
| YUV | 87.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 91 | 0 | 0.87 | 0.56 | 0.19 | 338.55 | 0.77 | 0.46 |
| Hex | CE | 1B | 5B | 0 | 57 | 38 | 13 | 153 | 4D | 2E |
| Octal | 316 | 33 | 133 | 0 | 127 | 70 | 23 | 523 | 115 | 56 |
| Binary | 11001110 | 11011 | 1011011 | 0 | 1010111 | 111000 | 10011 | 101010011 | 1001101 | 101110 |
Color Harmonies of #CE1B5B
Complementary color
Monochromatic Colors of #CE1B5B
Black with #CE1B5B
Text Example
Text Example
White with #CE1B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B5B; }
p { color: rgb(206,27,91); }
H1.HeaderClassName
{
color: #CE1B5B;
}
.AnyTagClassName
{
color: #CE1B5B;
}
</style>
background-color css
<style>
a { background-color: #CE1B5B; }
a { background-color: rgb(206,27,91); }
div.DivClassName
{
background-color: #CE1B5B;
}
.BgClassName
{
background-color: #CE1B5B;
}
</style>
border-color css
<style>
span { border-color: #CE1B5B; }
span { border-color: rgb(206,27,91); }
td.TdClassName
{
border-color: #CE1B5B;
}
.TagClassName
{
border-color: #CE1B5B;
}
</style>