Shades of Ruby #CE1269
Tints of Ruby #CE1269
RGB
CMYK
RGB Variations
Color information
#CE1269 (or 0xCE1269) is known color: Ruby. HEX triplet: CE, 12 and 69. RGB value is (206,18,105). Sum of RGB (Red+Green+Blue) = 206+18+105=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1269 is #31ED96. Grayscale: #535353. Windows color (decimal): -3272087 or 6886094. OLE color: 6886094.
HSL color Cylindrical-coordinate representation of color #CE1269: hue angle of 332.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1269 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.19 |
| HSL | 332.23º | 0.84% | 0.44% | - |
| HSV(B) | 332.23º | 0.91% | 0.81% | - |
| XYZ | 28.22 | 14.57 | 14.69 | - |
| YUV | 84.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 105 | 0 | 0.91 | 0.49 | 0.19 | 332.23 | 0.84 | 0.44 |
| Hex | CE | 12 | 69 | 0 | 5B | 31 | 13 | 14C | 54 | 2C |
| Octal | 316 | 22 | 151 | 0 | 133 | 61 | 23 | 514 | 124 | 54 |
| Binary | 11001110 | 10010 | 1101001 | 0 | 1011011 | 110001 | 10011 | 101001100 | 1010100 | 101100 |
Color Harmonies of #CE1269
Complementary color
Monochromatic Colors of #CE1269
Black with #CE1269
Text Example
Text Example
White with #CE1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1269; }
p { color: rgb(206,18,105); }
H1.HeaderClassName
{
color: #CE1269;
}
.AnyTagClassName
{
color: #CE1269;
}
</style>
background-color css
<style>
a { background-color: #CE1269; }
a { background-color: rgb(206,18,105); }
div.DivClassName
{
background-color: #CE1269;
}
.BgClassName
{
background-color: #CE1269;
}
</style>
border-color css
<style>
span { border-color: #CE1269; }
span { border-color: rgb(206,18,105); }
td.TdClassName
{
border-color: #CE1269;
}
.TagClassName
{
border-color: #CE1269;
}
</style>