Shades of Fire Brick #C61916
Tints of Fire Brick #C61916
RGB
CMYK
RGB Variations
Color information
#C61916 (or 0xC61916) is known color: Fire Brick. HEX triplet: C6, 19 and 16. RGB value is (198,25,22). Sum of RGB (Red+Green+Blue) = 198+25+22=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C61916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61916 is #39E6E9. Grayscale: #4C4C4C. Windows color (decimal): -3794666 or 1448390. OLE color: 1448390.
HSL color Cylindrical-coordinate representation of color #C61916: hue angle of 1.02º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61916 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 22 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.22 |
| HSL | 1.02º | 0.8% | 0.43% | - |
| HSV(B) | 1.02º | 0.89% | 0.78% | - |
| XYZ | 23.78 | 12.76 | 1.97 | - |
| YUV | 76.39 | 97.31 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 22 | 0 | 0.87 | 0.89 | 0.22 | 1.02 | 0.8 | 0.43 |
| Hex | C6 | 19 | 16 | 0 | 57 | 59 | 16 | 1 | 50 | 2B |
| Octal | 306 | 31 | 26 | 0 | 127 | 131 | 26 | 1 | 120 | 53 |
| Binary | 11000110 | 11001 | 10110 | 0 | 1010111 | 1011001 | 10110 | 1 | 1010000 | 101011 |
Color Harmonies of #C61916
Complementary color
Monochromatic Colors of #C61916
Black with #C61916
Text Example
Text Example
White with #C61916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61916; }
p { color: rgb(198,25,22); }
H1.HeaderClassName
{
color: #C61916;
}
.AnyTagClassName
{
color: #C61916;
}
</style>
background-color css
<style>
a { background-color: #C61916; }
a { background-color: rgb(198,25,22); }
div.DivClassName
{
background-color: #C61916;
}
.BgClassName
{
background-color: #C61916;
}
</style>
border-color css
<style>
span { border-color: #C61916; }
span { border-color: rgb(198,25,22); }
td.TdClassName
{
border-color: #C61916;
}
.TagClassName
{
border-color: #C61916;
}
</style>