Shades of Ruby #CE1353
Tints of Ruby #CE1353
RGB
CMYK
RGB Variations
Color information
#CE1353 (or 0xCE1353) is known color: Ruby. HEX triplet: CE, 13 and 53. RGB value is (206,19,83). Sum of RGB (Red+Green+Blue) = 206+19+83=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1353 is #31ECAC. Grayscale: #525252. Windows color (decimal): -3271853 or 5444558. OLE color: 5444558.
HSL color Cylindrical-coordinate representation of color #CE1353: hue angle of 339.47º 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 #CE1353 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.19 |
| HSL | 339.47º | 0.83% | 0.44% | - |
| HSV(B) | 339.47º | 0.91% | 0.81% | - |
| XYZ | 27.25 | 14.21 | 9.49 | - |
| YUV | 82.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 83 | 0 | 0.91 | 0.60 | 0.19 | 339.47 | 0.83 | 0.44 |
| Hex | CE | 13 | 53 | 0 | 5B | 3C | 13 | 153 | 53 | 2C |
| Octal | 316 | 23 | 123 | 0 | 133 | 74 | 23 | 523 | 123 | 54 |
| Binary | 11001110 | 10011 | 1010011 | 0 | 1011011 | 111100 | 10011 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CE1353
Complementary color
Monochromatic Colors of #CE1353
Black with #CE1353
Text Example
Text Example
White with #CE1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1353; }
p { color: rgb(206,19,83); }
H1.HeaderClassName
{
color: #CE1353;
}
.AnyTagClassName
{
color: #CE1353;
}
</style>
background-color css
<style>
a { background-color: #CE1353; }
a { background-color: rgb(206,19,83); }
div.DivClassName
{
background-color: #CE1353;
}
.BgClassName
{
background-color: #CE1353;
}
</style>
border-color css
<style>
span { border-color: #CE1353; }
span { border-color: rgb(206,19,83); }
td.TdClassName
{
border-color: #CE1353;
}
.TagClassName
{
border-color: #CE1353;
}
</style>