Shades of Ruby #CE1C5F
Tints of Ruby #CE1C5F
RGB
CMYK
RGB Variations
Color information
#CE1C5F (or 0xCE1C5F) is known color: Ruby. HEX triplet: CE, 1C and 5F. RGB value is (206,28,95). Sum of RGB (Red+Green+Blue) = 206+28+95=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C5F is #31E3A0. Grayscale: #585858. Windows color (decimal): -3269537 or 6233294. OLE color: 6233294.
HSL color Cylindrical-coordinate representation of color #CE1C5F: hue angle of 337.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C5F is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 95 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.19 |
| HSL | 337.42º | 0.76% | 0.46% | - |
| HSV(B) | 337.42º | 0.86% | 0.81% | - |
| XYZ | 27.93 | 14.78 | 12.21 | - |
| YUV | 88.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 95 | 0 | 0.86 | 0.54 | 0.19 | 337.42 | 0.76 | 0.46 |
| Hex | CE | 1C | 5F | 0 | 56 | 36 | 13 | 151 | 4C | 2E |
| Octal | 316 | 34 | 137 | 0 | 126 | 66 | 23 | 521 | 114 | 56 |
| Binary | 11001110 | 11100 | 1011111 | 0 | 1010110 | 110110 | 10011 | 101010001 | 1001100 | 101110 |
Color Harmonies of #CE1C5F
Complementary color
Monochromatic Colors of #CE1C5F
Black with #CE1C5F
Text Example
Text Example
White with #CE1C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C5F; }
p { color: rgb(206,28,95); }
H1.HeaderClassName
{
color: #CE1C5F;
}
.AnyTagClassName
{
color: #CE1C5F;
}
</style>
background-color css
<style>
a { background-color: #CE1C5F; }
a { background-color: rgb(206,28,95); }
div.DivClassName
{
background-color: #CE1C5F;
}
.BgClassName
{
background-color: #CE1C5F;
}
</style>
border-color css
<style>
span { border-color: #CE1C5F; }
span { border-color: rgb(206,28,95); }
td.TdClassName
{
border-color: #CE1C5F;
}
.TagClassName
{
border-color: #CE1C5F;
}
</style>