Shades of Fire Brick #C02014
Tints of Fire Brick #C02014
RGB
CMYK
RGB Variations
Color information
#C02014 (or 0xC02014) is known color: Fire Brick. HEX triplet: C0, 20 and 14. RGB value is (192,32,20). Sum of RGB (Red+Green+Blue) = 192+32+20=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C02014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02014 is #3FDFEB. Grayscale: #4E4E4E. Windows color (decimal): -4186092 or 1319104. OLE color: 1319104.
HSL color Cylindrical-coordinate representation of color #C02014: hue angle of 4.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02014 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.25 |
| HSL | 4.19º | 0.81% | 0.42% | - |
| HSV(B) | 4.19º | 0.9% | 0.75% | - |
| XYZ | 22.38 | 12.29 | 1.85 | - |
| YUV | 78.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 20 | 0 | 0.83 | 0.90 | 0.25 | 4.19 | 0.81 | 0.42 |
| Hex | C0 | 20 | 14 | 0 | 53 | 5A | 19 | 4 | 51 | 2A |
| Octal | 300 | 40 | 24 | 0 | 123 | 132 | 31 | 4 | 121 | 52 |
| Binary | 11000000 | 100000 | 10100 | 0 | 1010011 | 1011010 | 11001 | 100 | 1010001 | 101010 |
Color Harmonies of #C02014
Complementary color
Monochromatic Colors of #C02014
Black with #C02014
Text Example
Text Example
White with #C02014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02014; }
p { color: rgb(192,32,20); }
H1.HeaderClassName
{
color: #C02014;
}
.AnyTagClassName
{
color: #C02014;
}
</style>
background-color css
<style>
a { background-color: #C02014; }
a { background-color: rgb(192,32,20); }
div.DivClassName
{
background-color: #C02014;
}
.BgClassName
{
background-color: #C02014;
}
</style>
border-color css
<style>
span { border-color: #C02014; }
span { border-color: rgb(192,32,20); }
td.TdClassName
{
border-color: #C02014;
}
.TagClassName
{
border-color: #C02014;
}
</style>