Shades of Ruby #CE185B
Tints of Ruby #CE185B
RGB
CMYK
RGB Variations
Color information
#CE185B (or 0xCE185B) is known color: Ruby. HEX triplet: CE, 18 and 5B. RGB value is (206,24,91). Sum of RGB (Red+Green+Blue) = 206+24+91=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE185B is #31E7A4. Grayscale: #555555. Windows color (decimal): -3270565 or 5970126. OLE color: 5970126.
HSL color Cylindrical-coordinate representation of color #CE185B: hue angle of 337.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE185B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 91 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.19 |
| HSL | 337.91º | 0.79% | 0.45% | - |
| HSV(B) | 337.91º | 0.88% | 0.81% | - |
| XYZ | 27.67 | 14.53 | 11.24 | - |
| YUV | 86.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 91 | 0 | 0.88 | 0.56 | 0.19 | 337.91 | 0.79 | 0.45 |
| Hex | CE | 18 | 5B | 0 | 58 | 38 | 13 | 152 | 4F | 2D |
| Octal | 316 | 30 | 133 | 0 | 130 | 70 | 23 | 522 | 117 | 55 |
| Binary | 11001110 | 11000 | 1011011 | 0 | 1011000 | 111000 | 10011 | 101010010 | 1001111 | 101101 |
Color Harmonies of #CE185B
Complementary color
Monochromatic Colors of #CE185B
Black with #CE185B
Text Example
Text Example
White with #CE185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE185B; }
p { color: rgb(206,24,91); }
H1.HeaderClassName
{
color: #CE185B;
}
.AnyTagClassName
{
color: #CE185B;
}
</style>
background-color css
<style>
a { background-color: #CE185B; }
a { background-color: rgb(206,24,91); }
div.DivClassName
{
background-color: #CE185B;
}
.BgClassName
{
background-color: #CE185B;
}
</style>
border-color css
<style>
span { border-color: #CE185B; }
span { border-color: rgb(206,24,91); }
td.TdClassName
{
border-color: #CE185B;
}
.TagClassName
{
border-color: #CE185B;
}
</style>