Shades of Fire Brick #C61917
Tints of Fire Brick #C61917
RGB
CMYK
RGB Variations
Color information
#C61917 (or 0xC61917) is known color: Fire Brick. HEX triplet: C6, 19 and 17. RGB value is (198,25,23). Sum of RGB (Red+Green+Blue) = 198+25+23=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C61917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61917 is #39E6E8. Grayscale: #4C4C4C. Windows color (decimal): -3794665 or 1513926. OLE color: 1513926.
HSL color Cylindrical-coordinate representation of color #C61917: hue angle of 0.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61917 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 23 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.22 |
| HSL | 0.69º | 0.79% | 0.43% | - |
| HSV(B) | 0.69º | 0.88% | 0.78% | - |
| XYZ | 23.79 | 12.76 | 2.02 | - |
| YUV | 76.5 | 97.81 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 23 | 0 | 0.87 | 0.88 | 0.22 | 0.69 | 0.79 | 0.43 |
| Hex | C6 | 19 | 17 | 0 | 57 | 58 | 16 | 1 | 4F | 2B |
| Octal | 306 | 31 | 27 | 0 | 127 | 130 | 26 | 1 | 117 | 53 |
| Binary | 11000110 | 11001 | 10111 | 0 | 1010111 | 1011000 | 10110 | 1 | 1001111 | 101011 |
Color Harmonies of #C61917
Complementary color
Monochromatic Colors of #C61917
Black with #C61917
Text Example
Text Example
White with #C61917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61917; }
p { color: rgb(198,25,23); }
H1.HeaderClassName
{
color: #C61917;
}
.AnyTagClassName
{
color: #C61917;
}
</style>
background-color css
<style>
a { background-color: #C61917; }
a { background-color: rgb(198,25,23); }
div.DivClassName
{
background-color: #C61917;
}
.BgClassName
{
background-color: #C61917;
}
</style>
border-color css
<style>
span { border-color: #C61917; }
span { border-color: rgb(198,25,23); }
td.TdClassName
{
border-color: #C61917;
}
.TagClassName
{
border-color: #C61917;
}
</style>