Shades of Fire Brick #C71714
Tints of Fire Brick #C71714
RGB
CMYK
RGB Variations
Color information
#C71714 (or 0xC71714) is known color: Fire Brick. HEX triplet: C7, 17 and 14. RGB value is (199,23,20). Sum of RGB (Red+Green+Blue) = 199+23+20=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C71714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71714 is #38E8EB. Grayscale: #4B4B4B. Windows color (decimal): -3729644 or 1316807. OLE color: 1316807.
HSL color Cylindrical-coordinate representation of color #C71714: hue angle of 1.01º degrees, saturation: 0.82, 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 #C71714 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.22 |
| HSL | 1.01º | 0.82% | 0.43% | - |
| HSV(B) | 1.01º | 0.9% | 0.78% | - |
| XYZ | 23.99 | 12.81 | 1.87 | - |
| YUV | 75.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 20 | 0 | 0.88 | 0.90 | 0.22 | 1.01 | 0.82 | 0.43 |
| Hex | C7 | 17 | 14 | 0 | 58 | 5A | 16 | 1 | 52 | 2B |
| Octal | 307 | 27 | 24 | 0 | 130 | 132 | 26 | 1 | 122 | 53 |
| Binary | 11000111 | 10111 | 10100 | 0 | 1011000 | 1011010 | 10110 | 1 | 1010010 | 101011 |
Color Harmonies of #C71714
Complementary color
Monochromatic Colors of #C71714
Black with #C71714
Text Example
Text Example
White with #C71714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71714; }
p { color: rgb(199,23,20); }
H1.HeaderClassName
{
color: #C71714;
}
.AnyTagClassName
{
color: #C71714;
}
</style>
background-color css
<style>
a { background-color: #C71714; }
a { background-color: rgb(199,23,20); }
div.DivClassName
{
background-color: #C71714;
}
.BgClassName
{
background-color: #C71714;
}
</style>
border-color css
<style>
span { border-color: #C71714; }
span { border-color: rgb(199,23,20); }
td.TdClassName
{
border-color: #C71714;
}
.TagClassName
{
border-color: #C71714;
}
</style>