Shades of Ruby #CE1253
Tints of Ruby #CE1253
RGB
CMYK
RGB Variations
Color information
#CE1253 (or 0xCE1253) is known color: Ruby. HEX triplet: CE, 12 and 53. RGB value is (206,18,83). Sum of RGB (Red+Green+Blue) = 206+18+83=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1253 is #31EDAC. Grayscale: #515151. Windows color (decimal): -3272109 or 5444302. OLE color: 5444302.
HSL color Cylindrical-coordinate representation of color #CE1253: hue angle of 339.26º 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 #CE1253 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.19 |
| HSL | 339.26º | 0.84% | 0.44% | - |
| HSV(B) | 339.26º | 0.91% | 0.81% | - |
| XYZ | 27.23 | 14.18 | 9.49 | - |
| YUV | 81.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 83 | 0 | 0.91 | 0.60 | 0.19 | 339.26 | 0.84 | 0.44 |
| Hex | CE | 12 | 53 | 0 | 5B | 3C | 13 | 153 | 54 | 2C |
| Octal | 316 | 22 | 123 | 0 | 133 | 74 | 23 | 523 | 124 | 54 |
| Binary | 11001110 | 10010 | 1010011 | 0 | 1011011 | 111100 | 10011 | 101010011 | 1010100 | 101100 |
Color Harmonies of #CE1253
Complementary color
Monochromatic Colors of #CE1253
Black with #CE1253
Text Example
Text Example
White with #CE1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1253; }
p { color: rgb(206,18,83); }
H1.HeaderClassName
{
color: #CE1253;
}
.AnyTagClassName
{
color: #CE1253;
}
</style>
background-color css
<style>
a { background-color: #CE1253; }
a { background-color: rgb(206,18,83); }
div.DivClassName
{
background-color: #CE1253;
}
.BgClassName
{
background-color: #CE1253;
}
</style>
border-color css
<style>
span { border-color: #CE1253; }
span { border-color: rgb(206,18,83); }
td.TdClassName
{
border-color: #CE1253;
}
.TagClassName
{
border-color: #CE1253;
}
</style>