Shades of Fire Brick #C51614
Tints of Fire Brick #C51614
RGB
CMYK
RGB Variations
Color information
#C51614 (or 0xC51614) is known color: Fire Brick. HEX triplet: C5, 16 and 14. RGB value is (197,22,20). Sum of RGB (Red+Green+Blue) = 197+22+20=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C51614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51614 is #3AE9EB. Grayscale: #4A4A4A. Windows color (decimal): -3860972 or 1316549. OLE color: 1316549.
HSL color Cylindrical-coordinate representation of color #C51614: hue angle of 0.68º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 20 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.23 |
| HSL | 0.68º | 0.82% | 0.43% | - |
| HSV(B) | 0.68º | 0.9% | 0.77% | - |
| XYZ | 23.44 | 12.49 | 1.84 | - |
| YUV | 74.1 | 97.48 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 20 | 0 | 0.89 | 0.90 | 0.23 | 0.68 | 0.82 | 0.43 |
| Hex | C5 | 16 | 14 | 0 | 59 | 5A | 17 | 1 | 52 | 2B |
| Octal | 305 | 26 | 24 | 0 | 131 | 132 | 27 | 1 | 122 | 53 |
| Binary | 11000101 | 10110 | 10100 | 0 | 1011001 | 1011010 | 10111 | 1 | 1010010 | 101011 |
Color Harmonies of #C51614
Complementary color
Monochromatic Colors of #C51614
Black with #C51614
Text Example
Text Example
White with #C51614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51614; }
p { color: rgb(197,22,20); }
H1.HeaderClassName
{
color: #C51614;
}
.AnyTagClassName
{
color: #C51614;
}
</style>
background-color css
<style>
a { background-color: #C51614; }
a { background-color: rgb(197,22,20); }
div.DivClassName
{
background-color: #C51614;
}
.BgClassName
{
background-color: #C51614;
}
</style>
border-color css
<style>
span { border-color: #C51614; }
span { border-color: rgb(197,22,20); }
td.TdClassName
{
border-color: #C51614;
}
.TagClassName
{
border-color: #C51614;
}
</style>