Shades of Ruby #CE0364
Tints of Ruby #CE0364
RGB
CMYK
RGB Variations
Color information
#CE0364 (or 0xCE0364) is known color: Ruby. HEX triplet: CE, 03 and 64. RGB value is (206,3,100). Sum of RGB (Red+Green+Blue) = 206+3+100=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0364 is #31FC9B. Grayscale: #4A4A4A. Windows color (decimal): -3275932 or 6554574. OLE color: 6554574.
HSL color Cylindrical-coordinate representation of color #CE0364: hue angle of 331.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0364 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.19 |
| HSL | 331.33º | 0.97% | 0.41% | - |
| HSV(B) | 331.33º | 0.99% | 0.81% | - |
| XYZ | 27.79 | 14.11 | 13.32 | - |
| YUV | 74.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 100 | 0 | 0.99 | 0.51 | 0.19 | 331.33 | 0.97 | 0.41 |
| Hex | CE | 3 | 64 | 0 | 63 | 33 | 13 | 14B | 61 | 29 |
| Octal | 316 | 3 | 144 | 0 | 143 | 63 | 23 | 513 | 141 | 51 |
| Binary | 11001110 | 11 | 1100100 | 0 | 1100011 | 110011 | 10011 | 101001011 | 1100001 | 101001 |
Color Harmonies of #CE0364
Complementary color
Monochromatic Colors of #CE0364
Black with #CE0364
Text Example
Text Example
White with #CE0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0364; }
p { color: rgb(206,3,100); }
H1.HeaderClassName
{
color: #CE0364;
}
.AnyTagClassName
{
color: #CE0364;
}
</style>
background-color css
<style>
a { background-color: #CE0364; }
a { background-color: rgb(206,3,100); }
div.DivClassName
{
background-color: #CE0364;
}
.BgClassName
{
background-color: #CE0364;
}
</style>
border-color css
<style>
span { border-color: #CE0364; }
span { border-color: rgb(206,3,100); }
td.TdClassName
{
border-color: #CE0364;
}
.TagClassName
{
border-color: #CE0364;
}
</style>