Shades of Fire Brick #C02217
Tints of Fire Brick #C02217
RGB
CMYK
RGB Variations
Color information
#C02217 (or 0xC02217) is known color: Fire Brick. HEX triplet: C0, 22 and 17. RGB value is (192,34,23). Sum of RGB (Red+Green+Blue) = 192+34+23=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02217 is #3FDDE8. Grayscale: #505050. Windows color (decimal): -4185577 or 1516224. OLE color: 1516224.
HSL color Cylindrical-coordinate representation of color #C02217: hue angle of 3.91º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02217 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 23 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.25 |
| HSL | 3.91º | 0.79% | 0.42% | - |
| HSV(B) | 3.91º | 0.88% | 0.75% | - |
| XYZ | 22.46 | 12.41 | 2.02 | - |
| YUV | 79.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 23 | 0 | 0.82 | 0.88 | 0.25 | 3.91 | 0.79 | 0.42 |
| Hex | C0 | 22 | 17 | 0 | 52 | 58 | 19 | 4 | 4F | 2A |
| Octal | 300 | 42 | 27 | 0 | 122 | 130 | 31 | 4 | 117 | 52 |
| Binary | 11000000 | 100010 | 10111 | 0 | 1010010 | 1011000 | 11001 | 100 | 1001111 | 101010 |
Color Harmonies of #C02217
Complementary color
Monochromatic Colors of #C02217
Black with #C02217
Text Example
Text Example
White with #C02217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02217; }
p { color: rgb(192,34,23); }
H1.HeaderClassName
{
color: #C02217;
}
.AnyTagClassName
{
color: #C02217;
}
</style>
background-color css
<style>
a { background-color: #C02217; }
a { background-color: rgb(192,34,23); }
div.DivClassName
{
background-color: #C02217;
}
.BgClassName
{
background-color: #C02217;
}
</style>
border-color css
<style>
span { border-color: #C02217; }
span { border-color: rgb(192,34,23); }
td.TdClassName
{
border-color: #C02217;
}
.TagClassName
{
border-color: #C02217;
}
</style>