Shades of Ruby #CE1D5C
Tints of Ruby #CE1D5C
RGB
CMYK
RGB Variations
Color information
#CE1D5C (or 0xCE1D5C) is known color: Ruby. HEX triplet: CE, 1D and 5C. RGB value is (206,29,92). Sum of RGB (Red+Green+Blue) = 206+29+92=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D5C is #31E2A3. Grayscale: #595959. Windows color (decimal): -3269284 or 6036942. OLE color: 6036942.
HSL color Cylindrical-coordinate representation of color #CE1D5C: hue angle of 338.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D5C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 92 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.19 |
| HSL | 338.64º | 0.75% | 0.46% | - |
| HSV(B) | 338.64º | 0.86% | 0.81% | - |
| XYZ | 27.82 | 14.77 | 11.51 | - |
| YUV | 89.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 92 | 0 | 0.86 | 0.55 | 0.19 | 338.64 | 0.75 | 0.46 |
| Hex | CE | 1D | 5C | 0 | 56 | 37 | 13 | 153 | 4B | 2E |
| Octal | 316 | 35 | 134 | 0 | 126 | 67 | 23 | 523 | 113 | 56 |
| Binary | 11001110 | 11101 | 1011100 | 0 | 1010110 | 110111 | 10011 | 101010011 | 1001011 | 101110 |
Color Harmonies of #CE1D5C
Complementary color
Monochromatic Colors of #CE1D5C
Black with #CE1D5C
Text Example
Text Example
White with #CE1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D5C; }
p { color: rgb(206,29,92); }
H1.HeaderClassName
{
color: #CE1D5C;
}
.AnyTagClassName
{
color: #CE1D5C;
}
</style>
background-color css
<style>
a { background-color: #CE1D5C; }
a { background-color: rgb(206,29,92); }
div.DivClassName
{
background-color: #CE1D5C;
}
.BgClassName
{
background-color: #CE1D5C;
}
</style>
border-color css
<style>
span { border-color: #CE1D5C; }
span { border-color: rgb(206,29,92); }
td.TdClassName
{
border-color: #CE1D5C;
}
.TagClassName
{
border-color: #CE1D5C;
}
</style>