Shades of Ruby #CE1458
Tints of Ruby #CE1458
RGB
CMYK
RGB Variations
Color information
#CE1458 (or 0xCE1458) is known color: Ruby. HEX triplet: CE, 14 and 58. RGB value is (206,20,88). Sum of RGB (Red+Green+Blue) = 206+20+88=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1458 is #31EBA7. Grayscale: #535353. Windows color (decimal): -3271592 or 5772494. OLE color: 5772494.
HSL color Cylindrical-coordinate representation of color #CE1458: hue angle of 338.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1458 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.19 |
| HSL | 338.06º | 0.82% | 0.44% | - |
| HSV(B) | 338.06º | 0.9% | 0.81% | - |
| XYZ | 27.47 | 14.33 | 10.55 | - |
| YUV | 83.37 | 130.62 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 88 | 0 | 0.90 | 0.57 | 0.19 | 338.06 | 0.82 | 0.44 |
| Hex | CE | 14 | 58 | 0 | 5A | 39 | 13 | 152 | 52 | 2C |
| Octal | 316 | 24 | 130 | 0 | 132 | 71 | 23 | 522 | 122 | 54 |
| Binary | 11001110 | 10100 | 1011000 | 0 | 1011010 | 111001 | 10011 | 101010010 | 1010010 | 101100 |
Color Harmonies of #CE1458
Complementary color
Monochromatic Colors of #CE1458
Black with #CE1458
Text Example
Text Example
White with #CE1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1458; }
p { color: rgb(206,20,88); }
H1.HeaderClassName
{
color: #CE1458;
}
.AnyTagClassName
{
color: #CE1458;
}
</style>
background-color css
<style>
a { background-color: #CE1458; }
a { background-color: rgb(206,20,88); }
div.DivClassName
{
background-color: #CE1458;
}
.BgClassName
{
background-color: #CE1458;
}
</style>
border-color css
<style>
span { border-color: #CE1458; }
span { border-color: rgb(206,20,88); }
td.TdClassName
{
border-color: #CE1458;
}
.TagClassName
{
border-color: #CE1458;
}
</style>