Shades of Fire Brick #C71813
Tints of Fire Brick #C71813
RGB
CMYK
RGB Variations
Color information
#C71813 (or 0xC71813) is known color: Fire Brick. HEX triplet: C7, 18 and 13. RGB value is (199,24,19). Sum of RGB (Red+Green+Blue) = 199+24+19=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C71813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71813 is #38E7EC. Grayscale: #4B4B4B. Windows color (decimal): -3729389 or 1251527. OLE color: 1251527.
HSL color Cylindrical-coordinate representation of color #C71813: hue angle of 1.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71813 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.22 |
| HSL | 1.67º | 0.83% | 0.43% | - |
| HSV(B) | 1.67º | 0.9% | 0.78% | - |
| XYZ | 24 | 12.84 | 1.83 | - |
| YUV | 75.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 19 | 0 | 0.88 | 0.90 | 0.22 | 1.67 | 0.83 | 0.43 |
| Hex | C7 | 18 | 13 | 0 | 58 | 5A | 16 | 2 | 53 | 2B |
| Octal | 307 | 30 | 23 | 0 | 130 | 132 | 26 | 2 | 123 | 53 |
| Binary | 11000111 | 11000 | 10011 | 0 | 1011000 | 1011010 | 10110 | 10 | 1010011 | 101011 |
Color Harmonies of #C71813
Complementary color
Monochromatic Colors of #C71813
Black with #C71813
Text Example
Text Example
White with #C71813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71813; }
p { color: rgb(199,24,19); }
H1.HeaderClassName
{
color: #C71813;
}
.AnyTagClassName
{
color: #C71813;
}
</style>
background-color css
<style>
a { background-color: #C71813; }
a { background-color: rgb(199,24,19); }
div.DivClassName
{
background-color: #C71813;
}
.BgClassName
{
background-color: #C71813;
}
</style>
border-color css
<style>
span { border-color: #C71813; }
span { border-color: rgb(199,24,19); }
td.TdClassName
{
border-color: #C71813;
}
.TagClassName
{
border-color: #C71813;
}
</style>