Shades of Ruby #CE136A
Tints of Ruby #CE136A
RGB
CMYK
RGB Variations
Color information
#CE136A (or 0xCE136A) is known color: Ruby. HEX triplet: CE, 13 and 6A. RGB value is (206,19,106). Sum of RGB (Red+Green+Blue) = 206+19+106=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE136A is #31EC95. Grayscale: #545454. Windows color (decimal): -3271830 or 6951886. OLE color: 6951886.
HSL color Cylindrical-coordinate representation of color #CE136A: hue angle of 332.09º 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 #CE136A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 106 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.19 |
| HSL | 332.09º | 0.83% | 0.44% | - |
| HSV(B) | 332.09º | 0.91% | 0.81% | - |
| XYZ | 28.29 | 14.63 | 14.97 | - |
| YUV | 84.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 106 | 0 | 0.91 | 0.49 | 0.19 | 332.09 | 0.83 | 0.44 |
| Hex | CE | 13 | 6A | 0 | 5B | 31 | 13 | 14C | 53 | 2C |
| Octal | 316 | 23 | 152 | 0 | 133 | 61 | 23 | 514 | 123 | 54 |
| Binary | 11001110 | 10011 | 1101010 | 0 | 1011011 | 110001 | 10011 | 101001100 | 1010011 | 101100 |
Color Harmonies of #CE136A
Complementary color
Monochromatic Colors of #CE136A
Black with #CE136A
Text Example
Text Example
White with #CE136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE136A; }
p { color: rgb(206,19,106); }
H1.HeaderClassName
{
color: #CE136A;
}
.AnyTagClassName
{
color: #CE136A;
}
</style>
background-color css
<style>
a { background-color: #CE136A; }
a { background-color: rgb(206,19,106); }
div.DivClassName
{
background-color: #CE136A;
}
.BgClassName
{
background-color: #CE136A;
}
</style>
border-color css
<style>
span { border-color: #CE136A; }
span { border-color: rgb(206,19,106); }
td.TdClassName
{
border-color: #CE136A;
}
.TagClassName
{
border-color: #CE136A;
}
</style>