Shades of Fire Brick #C41913
Tints of Fire Brick #C41913
RGB
CMYK
RGB Variations
Color information
#C41913 (or 0xC41913) is known color: Fire Brick. HEX triplet: C4, 19 and 13. RGB value is (196,25,19). Sum of RGB (Red+Green+Blue) = 196+25+19=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41913 is #3BE6EC. Grayscale: #4B4B4B. Windows color (decimal): -3925741 or 1251780. OLE color: 1251780.
HSL color Cylindrical-coordinate representation of color #C41913: hue angle of 2.03º 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 #C41913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.23 |
| HSL | 2.03º | 0.82% | 0.42% | - |
| HSV(B) | 2.03º | 0.9% | 0.77% | - |
| XYZ | 23.23 | 12.48 | 1.8 | - |
| YUV | 75.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 19 | 0 | 0.87 | 0.90 | 0.23 | 2.03 | 0.82 | 0.42 |
| Hex | C4 | 19 | 13 | 0 | 57 | 5A | 17 | 2 | 52 | 2A |
| Octal | 304 | 31 | 23 | 0 | 127 | 132 | 27 | 2 | 122 | 52 |
| Binary | 11000100 | 11001 | 10011 | 0 | 1010111 | 1011010 | 10111 | 10 | 1010010 | 101010 |
Color Harmonies of #C41913
Complementary color
Monochromatic Colors of #C41913
Black with #C41913
Text Example
Text Example
White with #C41913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41913; }
p { color: rgb(196,25,19); }
H1.HeaderClassName
{
color: #C41913;
}
.AnyTagClassName
{
color: #C41913;
}
</style>
background-color css
<style>
a { background-color: #C41913; }
a { background-color: rgb(196,25,19); }
div.DivClassName
{
background-color: #C41913;
}
.BgClassName
{
background-color: #C41913;
}
</style>
border-color css
<style>
span { border-color: #C41913; }
span { border-color: rgb(196,25,19); }
td.TdClassName
{
border-color: #C41913;
}
.TagClassName
{
border-color: #C41913;
}
</style>