Shades of Fire Brick #C41614
Tints of Fire Brick #C41614
RGB
CMYK
RGB Variations
Color information
#C41614 (or 0xC41614) is known color: Fire Brick. HEX triplet: C4, 16 and 14. RGB value is (196,22,20). Sum of RGB (Red+Green+Blue) = 196+22+20=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C41614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41614 is #3BE9EB. Grayscale: #494949. Windows color (decimal): -3926508 or 1316548. OLE color: 1316548.
HSL color Cylindrical-coordinate representation of color #C41614: hue angle of 0.68º 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 #C41614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 20 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.23 |
| HSL | 0.68º | 0.81% | 0.42% | - |
| HSV(B) | 0.68º | 0.9% | 0.77% | - |
| XYZ | 23.18 | 12.36 | 1.83 | - |
| YUV | 73.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 20 | 0 | 0.89 | 0.90 | 0.23 | 0.68 | 0.81 | 0.42 |
| Hex | C4 | 16 | 14 | 0 | 59 | 5A | 17 | 1 | 51 | 2A |
| Octal | 304 | 26 | 24 | 0 | 131 | 132 | 27 | 1 | 121 | 52 |
| Binary | 11000100 | 10110 | 10100 | 0 | 1011001 | 1011010 | 10111 | 1 | 1010001 | 101010 |
Color Harmonies of #C41614
Complementary color
Monochromatic Colors of #C41614
Black with #C41614
Text Example
Text Example
White with #C41614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41614; }
p { color: rgb(196,22,20); }
H1.HeaderClassName
{
color: #C41614;
}
.AnyTagClassName
{
color: #C41614;
}
</style>
background-color css
<style>
a { background-color: #C41614; }
a { background-color: rgb(196,22,20); }
div.DivClassName
{
background-color: #C41614;
}
.BgClassName
{
background-color: #C41614;
}
</style>
border-color css
<style>
span { border-color: #C41614; }
span { border-color: rgb(196,22,20); }
td.TdClassName
{
border-color: #C41614;
}
.TagClassName
{
border-color: #C41614;
}
</style>