Shades of Fire Brick #C71C18
Tints of Fire Brick #C71C18
RGB
CMYK
RGB Variations
Color information
#C71C18 (or 0xC71C18) is known color: Fire Brick. HEX triplet: C7, 1C and 18. RGB value is (199,28,24). Sum of RGB (Red+Green+Blue) = 199+28+24=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71C18 is #38E3E7. Grayscale: #4E4E4E. Windows color (decimal): -3728360 or 1580231. OLE color: 1580231.
HSL color Cylindrical-coordinate representation of color #C71C18: hue angle of 1.37º 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 #C71C18 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 24 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.22 |
| HSL | 1.37º | 0.78% | 0.44% | - |
| HSV(B) | 1.37º | 0.88% | 0.78% | - |
| XYZ | 24.13 | 13.04 | 2.11 | - |
| YUV | 78.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 24 | 0 | 0.86 | 0.88 | 0.22 | 1.37 | 0.78 | 0.44 |
| Hex | C7 | 1C | 18 | 0 | 56 | 58 | 16 | 1 | 4E | 2C |
| Octal | 307 | 34 | 30 | 0 | 126 | 130 | 26 | 1 | 116 | 54 |
| Binary | 11000111 | 11100 | 11000 | 0 | 1010110 | 1011000 | 10110 | 1 | 1001110 | 101100 |
Color Harmonies of #C71C18
Complementary color
Monochromatic Colors of #C71C18
Black with #C71C18
Text Example
Text Example
White with #C71C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C18; }
p { color: rgb(199,28,24); }
H1.HeaderClassName
{
color: #C71C18;
}
.AnyTagClassName
{
color: #C71C18;
}
</style>
background-color css
<style>
a { background-color: #C71C18; }
a { background-color: rgb(199,28,24); }
div.DivClassName
{
background-color: #C71C18;
}
.BgClassName
{
background-color: #C71C18;
}
</style>
border-color css
<style>
span { border-color: #C71C18; }
span { border-color: rgb(199,28,24); }
td.TdClassName
{
border-color: #C71C18;
}
.TagClassName
{
border-color: #C71C18;
}
</style>