Shades of Ruby #CE065D
Tints of Ruby #CE065D
RGB
CMYK
RGB Variations
Color information
#CE065D (or 0xCE065D) is known color: Ruby. HEX triplet: CE, 06 and 5D. RGB value is (206,6,93). Sum of RGB (Red+Green+Blue) = 206+6+93=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE065D is #31F9A2. Grayscale: #4B4B4B. Windows color (decimal): -3275171 or 6096590. OLE color: 6096590.
HSL color Cylindrical-coordinate representation of color #CE065D: hue angle of 333.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE065D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.19 |
| HSL | 333.9º | 0.94% | 0.42% | - |
| HSV(B) | 333.9º | 0.97% | 0.81% | - |
| XYZ | 27.49 | 14.04 | 11.62 | - |
| YUV | 75.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 93 | 0 | 0.97 | 0.55 | 0.19 | 333.9 | 0.94 | 0.42 |
| Hex | CE | 6 | 5D | 0 | 61 | 37 | 13 | 14E | 5E | 2A |
| Octal | 316 | 6 | 135 | 0 | 141 | 67 | 23 | 516 | 136 | 52 |
| Binary | 11001110 | 110 | 1011101 | 0 | 1100001 | 110111 | 10011 | 101001110 | 1011110 | 101010 |
Color Harmonies of #CE065D
Complementary color
Monochromatic Colors of #CE065D
Black with #CE065D
Text Example
Text Example
White with #CE065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE065D; }
p { color: rgb(206,6,93); }
H1.HeaderClassName
{
color: #CE065D;
}
.AnyTagClassName
{
color: #CE065D;
}
</style>
background-color css
<style>
a { background-color: #CE065D; }
a { background-color: rgb(206,6,93); }
div.DivClassName
{
background-color: #CE065D;
}
.BgClassName
{
background-color: #CE065D;
}
</style>
border-color css
<style>
span { border-color: #CE065D; }
span { border-color: rgb(206,6,93); }
td.TdClassName
{
border-color: #CE065D;
}
.TagClassName
{
border-color: #CE065D;
}
</style>