Shades of Fire Brick #C61911
Tints of Fire Brick #C61911
RGB
CMYK
RGB Variations
Color information
#C61911 (or 0xC61911) is known color: Fire Brick. HEX triplet: C6, 19 and 11. RGB value is (198,25,17). Sum of RGB (Red+Green+Blue) = 198+25+17=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C61911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61911 is #39E6EE. Grayscale: #4C4C4C. Windows color (decimal): -3794671 or 1120710. OLE color: 1120710.
HSL color Cylindrical-coordinate representation of color #C61911: hue angle of 2.65º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61911 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 17 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.22 |
| HSL | 2.65º | 0.84% | 0.42% | - |
| HSV(B) | 2.65º | 0.91% | 0.78% | - |
| XYZ | 23.74 | 12.74 | 1.74 | - |
| YUV | 75.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 17 | 0 | 0.87 | 0.91 | 0.22 | 2.65 | 0.84 | 0.42 |
| Hex | C6 | 19 | 11 | 0 | 57 | 5B | 16 | 3 | 54 | 2A |
| Octal | 306 | 31 | 21 | 0 | 127 | 133 | 26 | 3 | 124 | 52 |
| Binary | 11000110 | 11001 | 10001 | 0 | 1010111 | 1011011 | 10110 | 11 | 1010100 | 101010 |
Color Harmonies of #C61911
Complementary color
Monochromatic Colors of #C61911
Black with #C61911
Text Example
Text Example
White with #C61911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61911; }
p { color: rgb(198,25,17); }
H1.HeaderClassName
{
color: #C61911;
}
.AnyTagClassName
{
color: #C61911;
}
</style>
background-color css
<style>
a { background-color: #C61911; }
a { background-color: rgb(198,25,17); }
div.DivClassName
{
background-color: #C61911;
}
.BgClassName
{
background-color: #C61911;
}
</style>
border-color css
<style>
span { border-color: #C61911; }
span { border-color: rgb(198,25,17); }
td.TdClassName
{
border-color: #C61911;
}
.TagClassName
{
border-color: #C61911;
}
</style>