Shades of Fire Brick #C71818
Tints of Fire Brick #C71818
RGB
CMYK
RGB Variations
Color information
#C71818 (or 0xC71818) is known color: Fire Brick. HEX triplet: C7, 18 and 18. RGB value is (199,24,24). Sum of RGB (Red+Green+Blue) = 199+24+24=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C71818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71818 is #38E7E7. Grayscale: #4C4C4C. Windows color (decimal): -3729384 or 1579207. OLE color: 1579207.
HSL color Cylindrical-coordinate representation of color #C71818: hue angle of 0º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71818 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 24 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.22 |
| HSL | 0º | 0.78% | 0.44% | - |
| HSV(B) | 0º | 0.88% | 0.78% | - |
| XYZ | 24.04 | 12.86 | 2.08 | - |
| YUV | 76.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 24 | 0 | 0.88 | 0.88 | 0.22 | 0 | 0.78 | 0.44 |
| Hex | C7 | 18 | 18 | 0 | 58 | 58 | 16 | 0 | 4E | 2C |
| Octal | 307 | 30 | 30 | 0 | 130 | 130 | 26 | 0 | 116 | 54 |
| Binary | 11000111 | 11000 | 11000 | 0 | 1011000 | 1011000 | 10110 | 0 | 1001110 | 101100 |
Color Harmonies of #C71818
Complementary color
Monochromatic Colors of #C71818
Black with #C71818
Text Example
Text Example
White with #C71818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71818; }
p { color: rgb(199,24,24); }
H1.HeaderClassName
{
color: #C71818;
}
.AnyTagClassName
{
color: #C71818;
}
</style>
background-color css
<style>
a { background-color: #C71818; }
a { background-color: rgb(199,24,24); }
div.DivClassName
{
background-color: #C71818;
}
.BgClassName
{
background-color: #C71818;
}
</style>
border-color css
<style>
span { border-color: #C71818; }
span { border-color: rgb(199,24,24); }
td.TdClassName
{
border-color: #C71818;
}
.TagClassName
{
border-color: #C71818;
}
</style>