Shades of Fire Brick #C61C16
Tints of Fire Brick #C61C16
RGB
CMYK
RGB Variations
Color information
#C61C16 (or 0xC61C16) is known color: Fire Brick. HEX triplet: C6, 1C and 16. RGB value is (198,28,22). Sum of RGB (Red+Green+Blue) = 198+28+22=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C16 is #39E3E9. Grayscale: #4E4E4E. Windows color (decimal): -3793898 or 1449158. OLE color: 1449158.
HSL color Cylindrical-coordinate representation of color #C61C16: hue angle of 2.05º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61C16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 22 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.22 |
| HSL | 2.05º | 0.8% | 0.43% | - |
| HSV(B) | 2.05º | 0.89% | 0.78% | - |
| XYZ | 23.85 | 12.89 | 1.99 | - |
| YUV | 78.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 22 | 0 | 0.86 | 0.89 | 0.22 | 2.05 | 0.8 | 0.43 |
| Hex | C6 | 1C | 16 | 0 | 56 | 59 | 16 | 2 | 50 | 2B |
| Octal | 306 | 34 | 26 | 0 | 126 | 131 | 26 | 2 | 120 | 53 |
| Binary | 11000110 | 11100 | 10110 | 0 | 1010110 | 1011001 | 10110 | 10 | 1010000 | 101011 |
Color Harmonies of #C61C16
Complementary color
Monochromatic Colors of #C61C16
Black with #C61C16
Text Example
Text Example
White with #C61C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C16; }
p { color: rgb(198,28,22); }
H1.HeaderClassName
{
color: #C61C16;
}
.AnyTagClassName
{
color: #C61C16;
}
</style>
background-color css
<style>
a { background-color: #C61C16; }
a { background-color: rgb(198,28,22); }
div.DivClassName
{
background-color: #C61C16;
}
.BgClassName
{
background-color: #C61C16;
}
</style>
border-color css
<style>
span { border-color: #C61C16; }
span { border-color: rgb(198,28,22); }
td.TdClassName
{
border-color: #C61C16;
}
.TagClassName
{
border-color: #C61C16;
}
</style>