Shades of Fire Brick #C71D17
Tints of Fire Brick #C71D17
RGB
CMYK
RGB Variations
Color information
#C71D17 (or 0xC71D17) is known color: Fire Brick. HEX triplet: C7, 1D and 17. RGB value is (199,29,23). Sum of RGB (Red+Green+Blue) = 199+29+23=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71D17 is #38E2E8. Grayscale: #4F4F4F. Windows color (decimal): -3728105 or 1514951. OLE color: 1514951.
HSL color Cylindrical-coordinate representation of color #C71D17: hue angle of 2.05º degrees, saturation: 0.79, 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 #C71D17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 23 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.22 |
| HSL | 2.05º | 0.79% | 0.44% | - |
| HSV(B) | 2.05º | 0.88% | 0.78% | - |
| XYZ | 24.15 | 13.08 | 2.06 | - |
| YUV | 79.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 23 | 0 | 0.85 | 0.88 | 0.22 | 2.05 | 0.79 | 0.44 |
| Hex | C7 | 1D | 17 | 0 | 55 | 58 | 16 | 2 | 4F | 2C |
| Octal | 307 | 35 | 27 | 0 | 125 | 130 | 26 | 2 | 117 | 54 |
| Binary | 11000111 | 11101 | 10111 | 0 | 1010101 | 1011000 | 10110 | 10 | 1001111 | 101100 |
Color Harmonies of #C71D17
Complementary color
Monochromatic Colors of #C71D17
Black with #C71D17
Text Example
Text Example
White with #C71D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D17; }
p { color: rgb(199,29,23); }
H1.HeaderClassName
{
color: #C71D17;
}
.AnyTagClassName
{
color: #C71D17;
}
</style>
background-color css
<style>
a { background-color: #C71D17; }
a { background-color: rgb(199,29,23); }
div.DivClassName
{
background-color: #C71D17;
}
.BgClassName
{
background-color: #C71D17;
}
</style>
border-color css
<style>
span { border-color: #C71D17; }
span { border-color: rgb(199,29,23); }
td.TdClassName
{
border-color: #C71D17;
}
.TagClassName
{
border-color: #C71D17;
}
</style>