Shades of Fire Brick #C51611
Tints of Fire Brick #C51611
RGB
CMYK
RGB Variations
Color information
#C51611 (or 0xC51611) is known color: Fire Brick. HEX triplet: C5, 16 and 11. RGB value is (197,22,17). Sum of RGB (Red+Green+Blue) = 197+22+17=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C51611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51611 is #3AE9EE. Grayscale: #494949. Windows color (decimal): -3860975 or 1119941. OLE color: 1119941.
HSL color Cylindrical-coordinate representation of color #C51611: hue angle of 1.67º degrees, saturation: 0.84, 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 #C51611 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 17 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.23 |
| HSL | 1.67º | 0.84% | 0.42% | - |
| HSV(B) | 1.67º | 0.91% | 0.77% | - |
| XYZ | 23.41 | 12.48 | 1.71 | - |
| YUV | 73.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 17 | 0 | 0.89 | 0.91 | 0.23 | 1.67 | 0.84 | 0.42 |
| Hex | C5 | 16 | 11 | 0 | 59 | 5B | 17 | 2 | 54 | 2A |
| Octal | 305 | 26 | 21 | 0 | 131 | 133 | 27 | 2 | 124 | 52 |
| Binary | 11000101 | 10110 | 10001 | 0 | 1011001 | 1011011 | 10111 | 10 | 1010100 | 101010 |
Color Harmonies of #C51611
Complementary color
Monochromatic Colors of #C51611
Black with #C51611
Text Example
Text Example
White with #C51611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51611; }
p { color: rgb(197,22,17); }
H1.HeaderClassName
{
color: #C51611;
}
.AnyTagClassName
{
color: #C51611;
}
</style>
background-color css
<style>
a { background-color: #C51611; }
a { background-color: rgb(197,22,17); }
div.DivClassName
{
background-color: #C51611;
}
.BgClassName
{
background-color: #C51611;
}
</style>
border-color css
<style>
span { border-color: #C51611; }
span { border-color: rgb(197,22,17); }
td.TdClassName
{
border-color: #C51611;
}
.TagClassName
{
border-color: #C51611;
}
</style>