Shades of Ruby #C81252
Tints of Ruby #C81252
RGB
CMYK
RGB Variations
Color information
#C81252 (or 0xC81252) is known color: Ruby. HEX triplet: C8, 12 and 52. RGB value is (200,18,82). Sum of RGB (Red+Green+Blue) = 200+18+82=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C81252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81252 is #37EDAD. Grayscale: #4F4F4F. Windows color (decimal): -3665326 or 5378760. OLE color: 5378760.
HSL color Cylindrical-coordinate representation of color #C81252: hue angle of 338.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81252 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 82 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.22 |
| HSL | 338.9º | 0.83% | 0.43% | - |
| HSV(B) | 338.9º | 0.91% | 0.78% | - |
| XYZ | 25.56 | 13.32 | 9.21 | - |
| YUV | 79.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 82 | 0 | 0.91 | 0.59 | 0.22 | 338.9 | 0.83 | 0.43 |
| Hex | C8 | 12 | 52 | 0 | 5B | 3B | 16 | 153 | 53 | 2B |
| Octal | 310 | 22 | 122 | 0 | 133 | 73 | 26 | 523 | 123 | 53 |
| Binary | 11001000 | 10010 | 1010010 | 0 | 1011011 | 111011 | 10110 | 101010011 | 1010011 | 101011 |
Color Harmonies of #C81252
Complementary color
Monochromatic Colors of #C81252
Black with #C81252
Text Example
Text Example
White with #C81252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81252; }
p { color: rgb(200,18,82); }
H1.HeaderClassName
{
color: #C81252;
}
.AnyTagClassName
{
color: #C81252;
}
</style>
background-color css
<style>
a { background-color: #C81252; }
a { background-color: rgb(200,18,82); }
div.DivClassName
{
background-color: #C81252;
}
.BgClassName
{
background-color: #C81252;
}
</style>
border-color css
<style>
span { border-color: #C81252; }
span { border-color: rgb(200,18,82); }
td.TdClassName
{
border-color: #C81252;
}
.TagClassName
{
border-color: #C81252;
}
</style>