Shades of Fire Brick #C61915
Tints of Fire Brick #C61915
RGB
CMYK
RGB Variations
Color information
#C61915 (or 0xC61915) is known color: Fire Brick. HEX triplet: C6, 19 and 15. RGB value is (198,25,21). Sum of RGB (Red+Green+Blue) = 198+25+21=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61915 is #39E6EA. Grayscale: #4C4C4C. Windows color (decimal): -3794667 or 1382854. OLE color: 1382854.
HSL color Cylindrical-coordinate representation of color #C61915: hue angle of 1.36º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61915 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.22 |
| HSL | 1.36º | 0.81% | 0.43% | - |
| HSV(B) | 1.36º | 0.89% | 0.78% | - |
| XYZ | 23.77 | 12.76 | 1.92 | - |
| YUV | 76.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 21 | 0 | 0.87 | 0.89 | 0.22 | 1.36 | 0.81 | 0.43 |
| Hex | C6 | 19 | 15 | 0 | 57 | 59 | 16 | 1 | 51 | 2B |
| Octal | 306 | 31 | 25 | 0 | 127 | 131 | 26 | 1 | 121 | 53 |
| Binary | 11000110 | 11001 | 10101 | 0 | 1010111 | 1011001 | 10110 | 1 | 1010001 | 101011 |
Color Harmonies of #C61915
Complementary color
Monochromatic Colors of #C61915
Black with #C61915
Text Example
Text Example
White with #C61915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61915; }
p { color: rgb(198,25,21); }
H1.HeaderClassName
{
color: #C61915;
}
.AnyTagClassName
{
color: #C61915;
}
</style>
background-color css
<style>
a { background-color: #C61915; }
a { background-color: rgb(198,25,21); }
div.DivClassName
{
background-color: #C61915;
}
.BgClassName
{
background-color: #C61915;
}
</style>
border-color css
<style>
span { border-color: #C61915; }
span { border-color: rgb(198,25,21); }
td.TdClassName
{
border-color: #C61915;
}
.TagClassName
{
border-color: #C61915;
}
</style>