Shades of Ruby #CE145B
Tints of Ruby #CE145B
RGB
CMYK
RGB Variations
Color information
#CE145B (or 0xCE145B) is known color: Ruby. HEX triplet: CE, 14 and 5B. RGB value is (206,20,91). Sum of RGB (Red+Green+Blue) = 206+20+91=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE145B is #31EBA4. Grayscale: #535353. Windows color (decimal): -3271589 or 5969102. OLE color: 5969102.
HSL color Cylindrical-coordinate representation of color #CE145B: hue angle of 337.1º 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 #CE145B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 91 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.19 |
| HSL | 337.1º | 0.82% | 0.44% | - |
| HSV(B) | 337.1º | 0.9% | 0.81% | - |
| XYZ | 27.59 | 14.38 | 11.22 | - |
| YUV | 83.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 91 | 0 | 0.90 | 0.56 | 0.19 | 337.1 | 0.82 | 0.44 |
| Hex | CE | 14 | 5B | 0 | 5A | 38 | 13 | 151 | 52 | 2C |
| Octal | 316 | 24 | 133 | 0 | 132 | 70 | 23 | 521 | 122 | 54 |
| Binary | 11001110 | 10100 | 1011011 | 0 | 1011010 | 111000 | 10011 | 101010001 | 1010010 | 101100 |
Color Harmonies of #CE145B
Complementary color
Monochromatic Colors of #CE145B
Black with #CE145B
Text Example
Text Example
White with #CE145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE145B; }
p { color: rgb(206,20,91); }
H1.HeaderClassName
{
color: #CE145B;
}
.AnyTagClassName
{
color: #CE145B;
}
</style>
background-color css
<style>
a { background-color: #CE145B; }
a { background-color: rgb(206,20,91); }
div.DivClassName
{
background-color: #CE145B;
}
.BgClassName
{
background-color: #CE145B;
}
</style>
border-color css
<style>
span { border-color: #CE145B; }
span { border-color: rgb(206,20,91); }
td.TdClassName
{
border-color: #CE145B;
}
.TagClassName
{
border-color: #CE145B;
}
</style>