Shades of Fire Brick #C51913
Tints of Fire Brick #C51913
RGB
CMYK
RGB Variations
Color information
#C51913 (or 0xC51913) is known color: Fire Brick. HEX triplet: C5, 19 and 13. RGB value is (197,25,19). Sum of RGB (Red+Green+Blue) = 197+25+19=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51913 is #3AE6EC. Grayscale: #4B4B4B. Windows color (decimal): -3860205 or 1251781. OLE color: 1251781.
HSL color Cylindrical-coordinate representation of color #C51913: hue angle of 2.02º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.23 |
| HSL | 2.02º | 0.82% | 0.42% | - |
| HSV(B) | 2.02º | 0.9% | 0.77% | - |
| XYZ | 23.49 | 12.61 | 1.81 | - |
| YUV | 75.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 19 | 0 | 0.87 | 0.90 | 0.23 | 2.02 | 0.82 | 0.42 |
| Hex | C5 | 19 | 13 | 0 | 57 | 5A | 17 | 2 | 52 | 2A |
| Octal | 305 | 31 | 23 | 0 | 127 | 132 | 27 | 2 | 122 | 52 |
| Binary | 11000101 | 11001 | 10011 | 0 | 1010111 | 1011010 | 10111 | 10 | 1010010 | 101010 |
Color Harmonies of #C51913
Complementary color
Monochromatic Colors of #C51913
Black with #C51913
Text Example
Text Example
White with #C51913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51913; }
p { color: rgb(197,25,19); }
H1.HeaderClassName
{
color: #C51913;
}
.AnyTagClassName
{
color: #C51913;
}
</style>
background-color css
<style>
a { background-color: #C51913; }
a { background-color: rgb(197,25,19); }
div.DivClassName
{
background-color: #C51913;
}
.BgClassName
{
background-color: #C51913;
}
</style>
border-color css
<style>
span { border-color: #C51913; }
span { border-color: rgb(197,25,19); }
td.TdClassName
{
border-color: #C51913;
}
.TagClassName
{
border-color: #C51913;
}
</style>