Shades of Fire Brick #C41713
Tints of Fire Brick #C41713
RGB
CMYK
RGB Variations
Color information
#C41713 (or 0xC41713) is known color: Fire Brick. HEX triplet: C4, 17 and 13. RGB value is (196,23,19). Sum of RGB (Red+Green+Blue) = 196+23+19=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C41713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41713 is #3BE8EC. Grayscale: #4A4A4A. Windows color (decimal): -3926253 or 1251268. OLE color: 1251268.
HSL color Cylindrical-coordinate representation of color #C41713: hue angle of 1.36º 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 #C41713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.23 |
| HSL | 1.36º | 0.82% | 0.42% | - |
| HSV(B) | 1.36º | 0.9% | 0.77% | - |
| XYZ | 23.19 | 12.4 | 1.79 | - |
| YUV | 74.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 19 | 0 | 0.88 | 0.90 | 0.23 | 1.36 | 0.82 | 0.42 |
| Hex | C4 | 17 | 13 | 0 | 58 | 5A | 17 | 1 | 52 | 2A |
| Octal | 304 | 27 | 23 | 0 | 130 | 132 | 27 | 1 | 122 | 52 |
| Binary | 11000100 | 10111 | 10011 | 0 | 1011000 | 1011010 | 10111 | 1 | 1010010 | 101010 |
Color Harmonies of #C41713
Complementary color
Monochromatic Colors of #C41713
Black with #C41713
Text Example
Text Example
White with #C41713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41713; }
p { color: rgb(196,23,19); }
H1.HeaderClassName
{
color: #C41713;
}
.AnyTagClassName
{
color: #C41713;
}
</style>
background-color css
<style>
a { background-color: #C41713; }
a { background-color: rgb(196,23,19); }
div.DivClassName
{
background-color: #C41713;
}
.BgClassName
{
background-color: #C41713;
}
</style>
border-color css
<style>
span { border-color: #C41713; }
span { border-color: rgb(196,23,19); }
td.TdClassName
{
border-color: #C41713;
}
.TagClassName
{
border-color: #C41713;
}
</style>