Shades of Fire Brick #C41B12
Tints of Fire Brick #C41B12
RGB
CMYK
RGB Variations
Color information
#C41B12 (or 0xC41B12) is known color: Fire Brick. HEX triplet: C4, 1B and 12. RGB value is (196,27,18). Sum of RGB (Red+Green+Blue) = 196+27+18=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41B12 is #3BE4ED. Grayscale: #4C4C4C. Windows color (decimal): -3925230 or 1186756. OLE color: 1186756.
HSL color Cylindrical-coordinate representation of color #C41B12: hue angle of 3.03º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41B12 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 18 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.23 |
| HSL | 3.03º | 0.83% | 0.42% | - |
| HSV(B) | 3.03º | 0.91% | 0.77% | - |
| XYZ | 23.27 | 12.56 | 1.77 | - |
| YUV | 76.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 18 | 0 | 0.86 | 0.91 | 0.23 | 3.03 | 0.83 | 0.42 |
| Hex | C4 | 1B | 12 | 0 | 56 | 5B | 17 | 3 | 53 | 2A |
| Octal | 304 | 33 | 22 | 0 | 126 | 133 | 27 | 3 | 123 | 52 |
| Binary | 11000100 | 11011 | 10010 | 0 | 1010110 | 1011011 | 10111 | 11 | 1010011 | 101010 |
Color Harmonies of #C41B12
Complementary color
Monochromatic Colors of #C41B12
Black with #C41B12
Text Example
Text Example
White with #C41B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B12; }
p { color: rgb(196,27,18); }
H1.HeaderClassName
{
color: #C41B12;
}
.AnyTagClassName
{
color: #C41B12;
}
</style>
background-color css
<style>
a { background-color: #C41B12; }
a { background-color: rgb(196,27,18); }
div.DivClassName
{
background-color: #C41B12;
}
.BgClassName
{
background-color: #C41B12;
}
</style>
border-color css
<style>
span { border-color: #C41B12; }
span { border-color: rgb(196,27,18); }
td.TdClassName
{
border-color: #C41B12;
}
.TagClassName
{
border-color: #C41B12;
}
</style>