Shades of Fire Brick #C51612
Tints of Fire Brick #C51612
RGB
CMYK
RGB Variations
Color information
#C51612 (or 0xC51612) is known color: Fire Brick. HEX triplet: C5, 16 and 12. RGB value is (197,22,18). Sum of RGB (Red+Green+Blue) = 197+22+18=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C51612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51612 is #3AE9ED. Grayscale: #4A4A4A. Windows color (decimal): -3860974 or 1185477. OLE color: 1185477.
HSL color Cylindrical-coordinate representation of color #C51612: hue angle of 1.34º 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 #C51612 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 18 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.23 |
| HSL | 1.34º | 0.83% | 0.42% | - |
| HSV(B) | 1.34º | 0.91% | 0.77% | - |
| XYZ | 23.42 | 12.49 | 1.75 | - |
| YUV | 73.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 18 | 0 | 0.89 | 0.91 | 0.23 | 1.34 | 0.83 | 0.42 |
| Hex | C5 | 16 | 12 | 0 | 59 | 5B | 17 | 1 | 53 | 2A |
| Octal | 305 | 26 | 22 | 0 | 131 | 133 | 27 | 1 | 123 | 52 |
| Binary | 11000101 | 10110 | 10010 | 0 | 1011001 | 1011011 | 10111 | 1 | 1010011 | 101010 |
Color Harmonies of #C51612
Complementary color
Monochromatic Colors of #C51612
Black with #C51612
Text Example
Text Example
White with #C51612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51612; }
p { color: rgb(197,22,18); }
H1.HeaderClassName
{
color: #C51612;
}
.AnyTagClassName
{
color: #C51612;
}
</style>
background-color css
<style>
a { background-color: #C51612; }
a { background-color: rgb(197,22,18); }
div.DivClassName
{
background-color: #C51612;
}
.BgClassName
{
background-color: #C51612;
}
</style>
border-color css
<style>
span { border-color: #C51612; }
span { border-color: rgb(197,22,18); }
td.TdClassName
{
border-color: #C51612;
}
.TagClassName
{
border-color: #C51612;
}
</style>