Shades of Ruby #C41253
Tints of Ruby #C41253
RGB
CMYK
RGB Variations
Color information
#C41253 (or 0xC41253) is known color: Ruby. HEX triplet: C4, 12 and 53. RGB value is (196,18,83). Sum of RGB (Red+Green+Blue) = 196+18+83=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41253 is #3BEDAC. Grayscale: #4E4E4E. Windows color (decimal): -3927469 or 5444292. OLE color: 5444292.
HSL color Cylindrical-coordinate representation of color #C41253: hue angle of 338.09º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41253 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 338.09º | 0.83% | 0.42% | - |
| HSV(B) | 338.09º | 0.91% | 0.77% | - |
| XYZ | 24.54 | 12.79 | 9.36 | - |
| YUV | 78.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 83 | 0 | 0.91 | 0.58 | 0.23 | 338.09 | 0.83 | 0.42 |
| Hex | C4 | 12 | 53 | 0 | 5B | 3A | 17 | 152 | 53 | 2A |
| Octal | 304 | 22 | 123 | 0 | 133 | 72 | 27 | 522 | 123 | 52 |
| Binary | 11000100 | 10010 | 1010011 | 0 | 1011011 | 111010 | 10111 | 101010010 | 1010011 | 101010 |
Color Harmonies of #C41253
Complementary color
Monochromatic Colors of #C41253
Black with #C41253
Text Example
Text Example
White with #C41253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41253; }
p { color: rgb(196,18,83); }
H1.HeaderClassName
{
color: #C41253;
}
.AnyTagClassName
{
color: #C41253;
}
</style>
background-color css
<style>
a { background-color: #C41253; }
a { background-color: rgb(196,18,83); }
div.DivClassName
{
background-color: #C41253;
}
.BgClassName
{
background-color: #C41253;
}
</style>
border-color css
<style>
span { border-color: #C41253; }
span { border-color: rgb(196,18,83); }
td.TdClassName
{
border-color: #C41253;
}
.TagClassName
{
border-color: #C41253;
}
</style>