Shades of Fire Brick #C22016
Tints of Fire Brick #C22016
RGB
CMYK
RGB Variations
Color information
#C22016 (or 0xC22016) is known color: Fire Brick. HEX triplet: C2, 20 and 16. RGB value is (194,32,22). Sum of RGB (Red+Green+Blue) = 194+32+22=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C22016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22016 is #3DDFE9. Grayscale: #4F4F4F. Windows color (decimal): -4055018 or 1450178. OLE color: 1450178.
HSL color Cylindrical-coordinate representation of color #C22016: hue angle of 3.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C22016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 22 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.24 |
| HSL | 3.49º | 0.8% | 0.42% | - |
| HSV(B) | 3.49º | 0.89% | 0.76% | - |
| XYZ | 22.91 | 12.56 | 1.98 | - |
| YUV | 79.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 22 | 0 | 0.84 | 0.89 | 0.24 | 3.49 | 0.8 | 0.42 |
| Hex | C2 | 20 | 16 | 0 | 54 | 59 | 18 | 3 | 50 | 2A |
| Octal | 302 | 40 | 26 | 0 | 124 | 131 | 30 | 3 | 120 | 52 |
| Binary | 11000010 | 100000 | 10110 | 0 | 1010100 | 1011001 | 11000 | 11 | 1010000 | 101010 |
Color Harmonies of #C22016
Complementary color
Monochromatic Colors of #C22016
Black with #C22016
Text Example
Text Example
White with #C22016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22016; }
p { color: rgb(194,32,22); }
H1.HeaderClassName
{
color: #C22016;
}
.AnyTagClassName
{
color: #C22016;
}
</style>
background-color css
<style>
a { background-color: #C22016; }
a { background-color: rgb(194,32,22); }
div.DivClassName
{
background-color: #C22016;
}
.BgClassName
{
background-color: #C22016;
}
</style>
border-color css
<style>
span { border-color: #C22016; }
span { border-color: rgb(194,32,22); }
td.TdClassName
{
border-color: #C22016;
}
.TagClassName
{
border-color: #C22016;
}
</style>