Shades of Fire Brick #C02416
Tints of Fire Brick #C02416
RGB
CMYK
RGB Variations
Color information
#C02416 (or 0xC02416) is known color: Fire Brick. HEX triplet: C0, 24 and 16. RGB value is (192,36,22). Sum of RGB (Red+Green+Blue) = 192+36+22=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02416 is #3FDBE9. Grayscale: #515151. Windows color (decimal): -4185066 or 1451200. OLE color: 1451200.
HSL color Cylindrical-coordinate representation of color #C02416: hue angle of 4.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C02416 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.25 |
| HSL | 4.94º | 0.79% | 0.42% | - |
| HSV(B) | 4.94º | 0.89% | 0.75% | - |
| XYZ | 22.51 | 12.53 | 1.99 | - |
| YUV | 81.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 22 | 0 | 0.81 | 0.89 | 0.25 | 4.94 | 0.79 | 0.42 |
| Hex | C0 | 24 | 16 | 0 | 51 | 59 | 19 | 5 | 4F | 2A |
| Octal | 300 | 44 | 26 | 0 | 121 | 131 | 31 | 5 | 117 | 52 |
| Binary | 11000000 | 100100 | 10110 | 0 | 1010001 | 1011001 | 11001 | 101 | 1001111 | 101010 |
Color Harmonies of #C02416
Complementary color
Monochromatic Colors of #C02416
Black with #C02416
Text Example
Text Example
White with #C02416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02416; }
p { color: rgb(192,36,22); }
H1.HeaderClassName
{
color: #C02416;
}
.AnyTagClassName
{
color: #C02416;
}
</style>
background-color css
<style>
a { background-color: #C02416; }
a { background-color: rgb(192,36,22); }
div.DivClassName
{
background-color: #C02416;
}
.BgClassName
{
background-color: #C02416;
}
</style>
border-color css
<style>
span { border-color: #C02416; }
span { border-color: rgb(192,36,22); }
td.TdClassName
{
border-color: #C02416;
}
.TagClassName
{
border-color: #C02416;
}
</style>