Shades of Fire Brick #C51915
Tints of Fire Brick #C51915
RGB
CMYK
RGB Variations
Color information
#C51915 (or 0xC51915) is known color: Fire Brick. HEX triplet: C5, 19 and 15. RGB value is (197,25,21). Sum of RGB (Red+Green+Blue) = 197+25+21=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C51915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51915 is #3AE6EA. Grayscale: #4C4C4C. Windows color (decimal): -3860203 or 1382853. OLE color: 1382853.
HSL color Cylindrical-coordinate representation of color #C51915: hue angle of 1.36º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51915 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.23 |
| HSL | 1.36º | 0.81% | 0.43% | - |
| HSV(B) | 1.36º | 0.89% | 0.77% | - |
| XYZ | 23.51 | 12.62 | 1.91 | - |
| YUV | 75.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 21 | 0 | 0.87 | 0.89 | 0.23 | 1.36 | 0.81 | 0.43 |
| Hex | C5 | 19 | 15 | 0 | 57 | 59 | 17 | 1 | 51 | 2B |
| Octal | 305 | 31 | 25 | 0 | 127 | 131 | 27 | 1 | 121 | 53 |
| Binary | 11000101 | 11001 | 10101 | 0 | 1010111 | 1011001 | 10111 | 1 | 1010001 | 101011 |
Color Harmonies of #C51915
Complementary color
Monochromatic Colors of #C51915
Black with #C51915
Text Example
Text Example
White with #C51915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51915; }
p { color: rgb(197,25,21); }
H1.HeaderClassName
{
color: #C51915;
}
.AnyTagClassName
{
color: #C51915;
}
</style>
background-color css
<style>
a { background-color: #C51915; }
a { background-color: rgb(197,25,21); }
div.DivClassName
{
background-color: #C51915;
}
.BgClassName
{
background-color: #C51915;
}
</style>
border-color css
<style>
span { border-color: #C51915; }
span { border-color: rgb(197,25,21); }
td.TdClassName
{
border-color: #C51915;
}
.TagClassName
{
border-color: #C51915;
}
</style>