Shades of Ruby #CE1350
Tints of Ruby #CE1350
RGB
CMYK
RGB Variations
Color information
#CE1350 (or 0xCE1350) is known color: Ruby. HEX triplet: CE, 13 and 50. RGB value is (206,19,80). Sum of RGB (Red+Green+Blue) = 206+19+80=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1350 is #31ECAF. Grayscale: #515151. Windows color (decimal): -3271856 or 5247950. OLE color: 5247950.
HSL color Cylindrical-coordinate representation of color #CE1350: hue angle of 340.43º 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 #CE1350 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.19 |
| HSL | 340.43º | 0.83% | 0.44% | - |
| HSV(B) | 340.43º | 0.91% | 0.81% | - |
| XYZ | 27.13 | 14.17 | 8.89 | - |
| YUV | 81.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 80 | 0 | 0.91 | 0.61 | 0.19 | 340.43 | 0.83 | 0.44 |
| Hex | CE | 13 | 50 | 0 | 5B | 3D | 13 | 154 | 53 | 2C |
| Octal | 316 | 23 | 120 | 0 | 133 | 75 | 23 | 524 | 123 | 54 |
| Binary | 11001110 | 10011 | 1010000 | 0 | 1011011 | 111101 | 10011 | 101010100 | 1010011 | 101100 |
Color Harmonies of #CE1350
Complementary color
Monochromatic Colors of #CE1350
Black with #CE1350
Text Example
Text Example
White with #CE1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1350; }
p { color: rgb(206,19,80); }
H1.HeaderClassName
{
color: #CE1350;
}
.AnyTagClassName
{
color: #CE1350;
}
</style>
background-color css
<style>
a { background-color: #CE1350; }
a { background-color: rgb(206,19,80); }
div.DivClassName
{
background-color: #CE1350;
}
.BgClassName
{
background-color: #CE1350;
}
</style>
border-color css
<style>
span { border-color: #CE1350; }
span { border-color: rgb(206,19,80); }
td.TdClassName
{
border-color: #CE1350;
}
.TagClassName
{
border-color: #CE1350;
}
</style>