Shades of Fire Brick #C41A13
Tints of Fire Brick #C41A13
RGB
CMYK
RGB Variations
Color information
#C41A13 (or 0xC41A13) is known color: Fire Brick. HEX triplet: C4, 1A and 13. RGB value is (196,26,19). Sum of RGB (Red+Green+Blue) = 196+26+19=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A13 is #3BE5EC. Grayscale: #4C4C4C. Windows color (decimal): -3925485 or 1252036. OLE color: 1252036.
HSL color Cylindrical-coordinate representation of color #C41A13: hue angle of 2.37º 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 #C41A13 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.23 |
| HSL | 2.37º | 0.82% | 0.42% | - |
| HSV(B) | 2.37º | 0.9% | 0.77% | - |
| XYZ | 23.25 | 12.52 | 1.81 | - |
| YUV | 76.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 19 | 0 | 0.87 | 0.90 | 0.23 | 2.37 | 0.82 | 0.42 |
| Hex | C4 | 1A | 13 | 0 | 57 | 5A | 17 | 2 | 52 | 2A |
| Octal | 304 | 32 | 23 | 0 | 127 | 132 | 27 | 2 | 122 | 52 |
| Binary | 11000100 | 11010 | 10011 | 0 | 1010111 | 1011010 | 10111 | 10 | 1010010 | 101010 |
Color Harmonies of #C41A13
Complementary color
Monochromatic Colors of #C41A13
Black with #C41A13
Text Example
Text Example
White with #C41A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A13; }
p { color: rgb(196,26,19); }
H1.HeaderClassName
{
color: #C41A13;
}
.AnyTagClassName
{
color: #C41A13;
}
</style>
background-color css
<style>
a { background-color: #C41A13; }
a { background-color: rgb(196,26,19); }
div.DivClassName
{
background-color: #C41A13;
}
.BgClassName
{
background-color: #C41A13;
}
</style>
border-color css
<style>
span { border-color: #C41A13; }
span { border-color: rgb(196,26,19); }
td.TdClassName
{
border-color: #C41A13;
}
.TagClassName
{
border-color: #C41A13;
}
</style>