Shades of Ruby #CE1352
Tints of Ruby #CE1352
RGB
CMYK
RGB Variations
Color information
#CE1352 (or 0xCE1352) is known color: Ruby. HEX triplet: CE, 13 and 52. RGB value is (206,19,82). Sum of RGB (Red+Green+Blue) = 206+19+82=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1352 is #31ECAD. Grayscale: #525252. Windows color (decimal): -3271854 or 5379022. OLE color: 5379022.
HSL color Cylindrical-coordinate representation of color #CE1352: hue angle of 339.79º degrees, saturation: 0.83, 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 #CE1352 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 82 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.19 |
| HSL | 339.79º | 0.83% | 0.44% | - |
| HSV(B) | 339.79º | 0.91% | 0.81% | - |
| XYZ | 27.21 | 14.2 | 9.29 | - |
| YUV | 82.1 | 127.95 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 82 | 0 | 0.91 | 0.60 | 0.19 | 339.79 | 0.83 | 0.44 |
| Hex | CE | 13 | 52 | 0 | 5B | 3C | 13 | 154 | 53 | 2C |
| Octal | 316 | 23 | 122 | 0 | 133 | 74 | 23 | 524 | 123 | 54 |
| Binary | 11001110 | 10011 | 1010010 | 0 | 1011011 | 111100 | 10011 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CE1352
Complementary color
Monochromatic Colors of #CE1352
Black with #CE1352
Text Example
Text Example
White with #CE1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1352; }
p { color: rgb(206,19,82); }
H1.HeaderClassName
{
color: #CE1352;
}
.AnyTagClassName
{
color: #CE1352;
}
</style>
background-color css
<style>
a { background-color: #CE1352; }
a { background-color: rgb(206,19,82); }
div.DivClassName
{
background-color: #CE1352;
}
.BgClassName
{
background-color: #CE1352;
}
</style>
border-color css
<style>
span { border-color: #CE1352; }
span { border-color: rgb(206,19,82); }
td.TdClassName
{
border-color: #CE1352;
}
.TagClassName
{
border-color: #CE1352;
}
</style>