Shades of Fire Brick #C71810
Tints of Fire Brick #C71810
RGB
CMYK
RGB Variations
Color information
#C71810 (or 0xC71810) is known color: Fire Brick. HEX triplet: C7, 18 and 10. RGB value is (199,24,16). Sum of RGB (Red+Green+Blue) = 199+24+16=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C71810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71810 is #38E7EF. Grayscale: #4B4B4B. Windows color (decimal): -3729392 or 1054919. OLE color: 1054919.
HSL color Cylindrical-coordinate representation of color #C71810: hue angle of 2.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71810 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.22 |
| HSL | 2.62º | 0.85% | 0.42% | - |
| HSV(B) | 2.62º | 0.92% | 0.78% | - |
| XYZ | 23.97 | 12.83 | 1.7 | - |
| YUV | 75.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 16 | 0 | 0.88 | 0.92 | 0.22 | 2.62 | 0.85 | 0.42 |
| Hex | C7 | 18 | 10 | 0 | 58 | 5C | 16 | 3 | 55 | 2A |
| Octal | 307 | 30 | 20 | 0 | 130 | 134 | 26 | 3 | 125 | 52 |
| Binary | 11000111 | 11000 | 10000 | 0 | 1011000 | 1011100 | 10110 | 11 | 1010101 | 101010 |
Color Harmonies of #C71810
Complementary color
Monochromatic Colors of #C71810
Black with #C71810
Text Example
Text Example
White with #C71810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71810; }
p { color: rgb(199,24,16); }
H1.HeaderClassName
{
color: #C71810;
}
.AnyTagClassName
{
color: #C71810;
}
</style>
background-color css
<style>
a { background-color: #C71810; }
a { background-color: rgb(199,24,16); }
div.DivClassName
{
background-color: #C71810;
}
.BgClassName
{
background-color: #C71810;
}
</style>
border-color css
<style>
span { border-color: #C71810; }
span { border-color: rgb(199,24,16); }
td.TdClassName
{
border-color: #C71810;
}
.TagClassName
{
border-color: #C71810;
}
</style>