Shades of Ruby #CE164F
Tints of Ruby #CE164F
RGB
CMYK
RGB Variations
Color information
#CE164F (or 0xCE164F) is known color: Ruby. HEX triplet: CE, 16 and 4F. RGB value is (206,22,79). Sum of RGB (Red+Green+Blue) = 206+22+79=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE164F is #31E9B0. Grayscale: #535353. Windows color (decimal): -3271089 or 5183182. OLE color: 5183182.
HSL color Cylindrical-coordinate representation of color #CE164F: hue angle of 341.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE164F is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 79 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.19 |
| HSL | 341.41º | 0.81% | 0.45% | - |
| HSV(B) | 341.41º | 0.89% | 0.81% | - |
| XYZ | 27.15 | 14.26 | 8.72 | - |
| YUV | 83.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 79 | 0 | 0.89 | 0.62 | 0.19 | 341.41 | 0.81 | 0.45 |
| Hex | CE | 16 | 4F | 0 | 59 | 3E | 13 | 155 | 51 | 2D |
| Octal | 316 | 26 | 117 | 0 | 131 | 76 | 23 | 525 | 121 | 55 |
| Binary | 11001110 | 10110 | 1001111 | 0 | 1011001 | 111110 | 10011 | 101010101 | 1010001 | 101101 |
Color Harmonies of #CE164F
Complementary color
Monochromatic Colors of #CE164F
Black with #CE164F
Text Example
Text Example
White with #CE164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE164F; }
p { color: rgb(206,22,79); }
H1.HeaderClassName
{
color: #CE164F;
}
.AnyTagClassName
{
color: #CE164F;
}
</style>
background-color css
<style>
a { background-color: #CE164F; }
a { background-color: rgb(206,22,79); }
div.DivClassName
{
background-color: #CE164F;
}
.BgClassName
{
background-color: #CE164F;
}
</style>
border-color css
<style>
span { border-color: #CE164F; }
span { border-color: rgb(206,22,79); }
td.TdClassName
{
border-color: #CE164F;
}
.TagClassName
{
border-color: #CE164F;
}
</style>