Shades of Fire Brick #C51616
Tints of Fire Brick #C51616
RGB
CMYK
RGB Variations
Color information
#C51616 (or 0xC51616) is known color: Fire Brick. HEX triplet: C5, 16 and 16. RGB value is (197,22,22). Sum of RGB (Red+Green+Blue) = 197+22+22=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51616 is #3AE9E9. Grayscale: #4A4A4A. Windows color (decimal): -3860970 or 1447621. OLE color: 1447621.
HSL color Cylindrical-coordinate representation of color #C51616: hue angle of 0º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51616 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.23 |
| HSL | 0º | 0.8% | 0.43% | - |
| HSV(B) | 0º | 0.89% | 0.77% | - |
| XYZ | 23.46 | 12.5 | 1.94 | - |
| YUV | 74.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 22 | 0 | 0.89 | 0.89 | 0.23 | 0 | 0.8 | 0.43 |
| Hex | C5 | 16 | 16 | 0 | 59 | 59 | 17 | 0 | 50 | 2B |
| Octal | 305 | 26 | 26 | 0 | 131 | 131 | 27 | 0 | 120 | 53 |
| Binary | 11000101 | 10110 | 10110 | 0 | 1011001 | 1011001 | 10111 | 0 | 1010000 | 101011 |
Color Harmonies of #C51616
Complementary color
Monochromatic Colors of #C51616
Black with #C51616
Text Example
Text Example
White with #C51616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51616; }
p { color: rgb(197,22,22); }
H1.HeaderClassName
{
color: #C51616;
}
.AnyTagClassName
{
color: #C51616;
}
</style>
background-color css
<style>
a { background-color: #C51616; }
a { background-color: rgb(197,22,22); }
div.DivClassName
{
background-color: #C51616;
}
.BgClassName
{
background-color: #C51616;
}
</style>
border-color css
<style>
span { border-color: #C51616; }
span { border-color: rgb(197,22,22); }
td.TdClassName
{
border-color: #C51616;
}
.TagClassName
{
border-color: #C51616;
}
</style>