Shades of Fire Brick #C41D17
Tints of Fire Brick #C41D17
RGB
CMYK
RGB Variations
Color information
#C41D17 (or 0xC41D17) is known color: Fire Brick. HEX triplet: C4, 1D and 17. RGB value is (196,29,23). Sum of RGB (Red+Green+Blue) = 196+29+23=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41D17 is #3BE2E8. Grayscale: #4E4E4E. Windows color (decimal): -3924713 or 1514948. OLE color: 1514948.
HSL color Cylindrical-coordinate representation of color #C41D17: hue angle of 2.08º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41D17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 23 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.23 |
| HSL | 2.08º | 0.79% | 0.43% | - |
| HSV(B) | 2.08º | 0.88% | 0.77% | - |
| XYZ | 23.36 | 12.68 | 2.03 | - |
| YUV | 78.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 23 | 0 | 0.85 | 0.88 | 0.23 | 2.08 | 0.79 | 0.43 |
| Hex | C4 | 1D | 17 | 0 | 55 | 58 | 17 | 2 | 4F | 2B |
| Octal | 304 | 35 | 27 | 0 | 125 | 130 | 27 | 2 | 117 | 53 |
| Binary | 11000100 | 11101 | 10111 | 0 | 1010101 | 1011000 | 10111 | 10 | 1001111 | 101011 |
Color Harmonies of #C41D17
Complementary color
Monochromatic Colors of #C41D17
Black with #C41D17
Text Example
Text Example
White with #C41D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D17; }
p { color: rgb(196,29,23); }
H1.HeaderClassName
{
color: #C41D17;
}
.AnyTagClassName
{
color: #C41D17;
}
</style>
background-color css
<style>
a { background-color: #C41D17; }
a { background-color: rgb(196,29,23); }
div.DivClassName
{
background-color: #C41D17;
}
.BgClassName
{
background-color: #C41D17;
}
</style>
border-color css
<style>
span { border-color: #C41D17; }
span { border-color: rgb(196,29,23); }
td.TdClassName
{
border-color: #C41D17;
}
.TagClassName
{
border-color: #C41D17;
}
</style>