Shades of Ruby #C40258
Tints of Ruby #C40258
RGB
CMYK
RGB Variations
Color information
#C40258 (or 0xC40258) is known color: Ruby. HEX triplet: C4, 02 and 58. RGB value is (196,2,88). Sum of RGB (Red+Green+Blue) = 196+2+88=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C40258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40258 is #3BFDA7. Grayscale: #454545. Windows color (decimal): -3931560 or 5767876. OLE color: 5767876.
HSL color Cylindrical-coordinate representation of color #C40258: hue angle of 333.4º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40258 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.23 |
| HSL | 333.4º | 0.98% | 0.39% | - |
| HSV(B) | 333.4º | 0.99% | 0.77% | - |
| XYZ | 24.55 | 12.48 | 10.35 | - |
| YUV | 69.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 88 | 0 | 0.99 | 0.55 | 0.23 | 333.4 | 0.98 | 0.39 |
| Hex | C4 | 2 | 58 | 0 | 63 | 37 | 17 | 14D | 62 | 27 |
| Octal | 304 | 2 | 130 | 0 | 143 | 67 | 27 | 515 | 142 | 47 |
| Binary | 11000100 | 10 | 1011000 | 0 | 1100011 | 110111 | 10111 | 101001101 | 1100010 | 100111 |
Color Harmonies of #C40258
Complementary color
Monochromatic Colors of #C40258
Black with #C40258
Text Example
Text Example
White with #C40258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40258; }
p { color: rgb(196,2,88); }
H1.HeaderClassName
{
color: #C40258;
}
.AnyTagClassName
{
color: #C40258;
}
</style>
background-color css
<style>
a { background-color: #C40258; }
a { background-color: rgb(196,2,88); }
div.DivClassName
{
background-color: #C40258;
}
.BgClassName
{
background-color: #C40258;
}
</style>
border-color css
<style>
span { border-color: #C40258; }
span { border-color: rgb(196,2,88); }
td.TdClassName
{
border-color: #C40258;
}
.TagClassName
{
border-color: #C40258;
}
</style>