Shades of Ruby #C8035E
Tints of Ruby #C8035E
RGB
CMYK
RGB Variations
Color information
#C8035E (or 0xC8035E) is known color: Ruby. HEX triplet: C8, 03 and 5E. RGB value is (200,3,94). Sum of RGB (Red+Green+Blue) = 200+3+94=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8035E is #37FCA1. Grayscale: #484848. Windows color (decimal): -3669154 or 6161352. OLE color: 6161352.
HSL color Cylindrical-coordinate representation of color #C8035E: hue angle of 332.28º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8035E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.22 |
| HSL | 332.28º | 0.97% | 0.4% | - |
| HSV(B) | 332.28º | 0.99% | 0.78% | - |
| XYZ | 25.87 | 13.15 | 11.76 | - |
| YUV | 72.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 94 | 0 | 0.98 | 0.53 | 0.22 | 332.28 | 0.97 | 0.4 |
| Hex | C8 | 3 | 5E | 0 | 62 | 35 | 16 | 14C | 61 | 28 |
| Octal | 310 | 3 | 136 | 0 | 142 | 65 | 26 | 514 | 141 | 50 |
| Binary | 11001000 | 11 | 1011110 | 0 | 1100010 | 110101 | 10110 | 101001100 | 1100001 | 101000 |
Color Harmonies of #C8035E
Complementary color
Monochromatic Colors of #C8035E
Black with #C8035E
Text Example
Text Example
White with #C8035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8035E; }
p { color: rgb(200,3,94); }
H1.HeaderClassName
{
color: #C8035E;
}
.AnyTagClassName
{
color: #C8035E;
}
</style>
background-color css
<style>
a { background-color: #C8035E; }
a { background-color: rgb(200,3,94); }
div.DivClassName
{
background-color: #C8035E;
}
.BgClassName
{
background-color: #C8035E;
}
</style>
border-color css
<style>
span { border-color: #C8035E; }
span { border-color: rgb(200,3,94); }
td.TdClassName
{
border-color: #C8035E;
}
.TagClassName
{
border-color: #C8035E;
}
</style>