Shades of Fire Brick #C41914
Tints of Fire Brick #C41914
RGB
CMYK
RGB Variations
Color information
#C41914 (or 0xC41914) is known color: Fire Brick. HEX triplet: C4, 19 and 14. RGB value is (196,25,20). Sum of RGB (Red+Green+Blue) = 196+25+20=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C41914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41914 is #3BE6EB. Grayscale: #4B4B4B. Windows color (decimal): -3925740 or 1317316. OLE color: 1317316.
HSL color Cylindrical-coordinate representation of color #C41914: hue angle of 1.7º degrees, saturation: 0.81, 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 #C41914 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.23 |
| HSL | 1.7º | 0.81% | 0.42% | - |
| HSV(B) | 1.7º | 0.9% | 0.77% | - |
| XYZ | 23.24 | 12.48 | 1.85 | - |
| YUV | 75.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 20 | 0 | 0.87 | 0.90 | 0.23 | 1.7 | 0.81 | 0.42 |
| Hex | C4 | 19 | 14 | 0 | 57 | 5A | 17 | 2 | 51 | 2A |
| Octal | 304 | 31 | 24 | 0 | 127 | 132 | 27 | 2 | 121 | 52 |
| Binary | 11000100 | 11001 | 10100 | 0 | 1010111 | 1011010 | 10111 | 10 | 1010001 | 101010 |
Color Harmonies of #C41914
Complementary color
Monochromatic Colors of #C41914
Black with #C41914
Text Example
Text Example
White with #C41914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41914; }
p { color: rgb(196,25,20); }
H1.HeaderClassName
{
color: #C41914;
}
.AnyTagClassName
{
color: #C41914;
}
</style>
background-color css
<style>
a { background-color: #C41914; }
a { background-color: rgb(196,25,20); }
div.DivClassName
{
background-color: #C41914;
}
.BgClassName
{
background-color: #C41914;
}
</style>
border-color css
<style>
span { border-color: #C41914; }
span { border-color: rgb(196,25,20); }
td.TdClassName
{
border-color: #C41914;
}
.TagClassName
{
border-color: #C41914;
}
</style>