Shades of Fire Brick #C41C18
Tints of Fire Brick #C41C18
RGB
CMYK
RGB Variations
Color information
#C41C18 (or 0xC41C18) is known color: Fire Brick. HEX triplet: C4, 1C and 18. RGB value is (196,28,24). Sum of RGB (Red+Green+Blue) = 196+28+24=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C18 is #3BE3E7. Grayscale: #4D4D4D. Windows color (decimal): -3924968 or 1580228. OLE color: 1580228.
HSL color Cylindrical-coordinate representation of color #C41C18: hue angle of 1.4º degrees, saturation: 0.78, 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 #C41C18 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 24 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.23 |
| HSL | 1.4º | 0.78% | 0.43% | - |
| HSV(B) | 1.4º | 0.88% | 0.77% | - |
| XYZ | 23.35 | 12.63 | 2.07 | - |
| YUV | 77.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 24 | 0 | 0.86 | 0.88 | 0.23 | 1.4 | 0.78 | 0.43 |
| Hex | C4 | 1C | 18 | 0 | 56 | 58 | 17 | 1 | 4E | 2B |
| Octal | 304 | 34 | 30 | 0 | 126 | 130 | 27 | 1 | 116 | 53 |
| Binary | 11000100 | 11100 | 11000 | 0 | 1010110 | 1011000 | 10111 | 1 | 1001110 | 101011 |
Color Harmonies of #C41C18
Complementary color
Monochromatic Colors of #C41C18
Black with #C41C18
Text Example
Text Example
White with #C41C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C18; }
p { color: rgb(196,28,24); }
H1.HeaderClassName
{
color: #C41C18;
}
.AnyTagClassName
{
color: #C41C18;
}
</style>
background-color css
<style>
a { background-color: #C41C18; }
a { background-color: rgb(196,28,24); }
div.DivClassName
{
background-color: #C41C18;
}
.BgClassName
{
background-color: #C41C18;
}
</style>
border-color css
<style>
span { border-color: #C41C18; }
span { border-color: rgb(196,28,24); }
td.TdClassName
{
border-color: #C41C18;
}
.TagClassName
{
border-color: #C41C18;
}
</style>