Shades of Ruby #CE0267
Tints of Ruby #CE0267
RGB
CMYK
RGB Variations
Color information
#CE0267 (or 0xCE0267) is known color: Ruby. HEX triplet: CE, 02 and 67. RGB value is (206,2,103). Sum of RGB (Red+Green+Blue) = 206+2+103=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0267 is #31FD98. Grayscale: #4A4A4A. Windows color (decimal): -3276185 or 6750926. OLE color: 6750926.
HSL color Cylindrical-coordinate representation of color #CE0267: hue angle of 330.29º degrees, saturation: 0.98, 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 #CE0267 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.19 |
| HSL | 330.29º | 0.98% | 0.41% | - |
| HSV(B) | 330.29º | 0.99% | 0.81% | - |
| XYZ | 27.92 | 14.14 | 14.09 | - |
| YUV | 74.51 | 144.09 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 103 | 0 | 0.99 | 0.50 | 0.19 | 330.29 | 0.98 | 0.41 |
| Hex | CE | 2 | 67 | 0 | 63 | 32 | 13 | 14A | 62 | 29 |
| Octal | 316 | 2 | 147 | 0 | 143 | 62 | 23 | 512 | 142 | 51 |
| Binary | 11001110 | 10 | 1100111 | 0 | 1100011 | 110010 | 10011 | 101001010 | 1100010 | 101001 |
Color Harmonies of #CE0267
Complementary color
Monochromatic Colors of #CE0267
Black with #CE0267
Text Example
Text Example
White with #CE0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0267; }
p { color: rgb(206,2,103); }
H1.HeaderClassName
{
color: #CE0267;
}
.AnyTagClassName
{
color: #CE0267;
}
</style>
background-color css
<style>
a { background-color: #CE0267; }
a { background-color: rgb(206,2,103); }
div.DivClassName
{
background-color: #CE0267;
}
.BgClassName
{
background-color: #CE0267;
}
</style>
border-color css
<style>
span { border-color: #CE0267; }
span { border-color: rgb(206,2,103); }
td.TdClassName
{
border-color: #CE0267;
}
.TagClassName
{
border-color: #CE0267;
}
</style>