Shades of Fire Brick #C01716
Tints of Fire Brick #C01716
RGB
CMYK
RGB Variations
Color information
#C01716 (or 0xC01716) is known color: Fire Brick. HEX triplet: C0, 17 and 16. RGB value is (192,23,22). Sum of RGB (Red+Green+Blue) = 192+23+22=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01716 is #3FE8E9. Grayscale: #494949. Windows color (decimal): -4188394 or 1447872. OLE color: 1447872.
HSL color Cylindrical-coordinate representation of color #C01716: hue angle of 0.35º 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 #C01716 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.25 |
| HSL | 0.35º | 0.79% | 0.42% | - |
| HSV(B) | 0.35º | 0.89% | 0.75% | - |
| XYZ | 22.19 | 11.88 | 1.88 | - |
| YUV | 73.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 22 | 0 | 0.88 | 0.89 | 0.25 | 0.35 | 0.79 | 0.42 |
| Hex | C0 | 17 | 16 | 0 | 58 | 59 | 19 | 0 | 4F | 2A |
| Octal | 300 | 27 | 26 | 0 | 130 | 131 | 31 | 0 | 117 | 52 |
| Binary | 11000000 | 10111 | 10110 | 0 | 1011000 | 1011001 | 11001 | 0 | 1001111 | 101010 |
Color Harmonies of #C01716
Complementary color
Monochromatic Colors of #C01716
Black with #C01716
Text Example
Text Example
White with #C01716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01716; }
p { color: rgb(192,23,22); }
H1.HeaderClassName
{
color: #C01716;
}
.AnyTagClassName
{
color: #C01716;
}
</style>
background-color css
<style>
a { background-color: #C01716; }
a { background-color: rgb(192,23,22); }
div.DivClassName
{
background-color: #C01716;
}
.BgClassName
{
background-color: #C01716;
}
</style>
border-color css
<style>
span { border-color: #C01716; }
span { border-color: rgb(192,23,22); }
td.TdClassName
{
border-color: #C01716;
}
.TagClassName
{
border-color: #C01716;
}
</style>