Shades of Fire Brick #C01615
Tints of Fire Brick #C01615
RGB
CMYK
RGB Variations
Color information
#C01615 (or 0xC01615) is known color: Fire Brick. HEX triplet: C0, 16 and 15. RGB value is (192,22,21). Sum of RGB (Red+Green+Blue) = 192+22+21=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C01615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01615 is #3FE9EA. Grayscale: #484848. Windows color (decimal): -4188651 or 1382080. OLE color: 1382080.
HSL color Cylindrical-coordinate representation of color #C01615: hue angle of 0.35º degrees, saturation: 0.8, 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 #C01615 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 21 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.25 |
| HSL | 0.35º | 0.8% | 0.42% | - |
| HSV(B) | 0.35º | 0.89% | 0.75% | - |
| XYZ | 22.16 | 11.83 | 1.83 | - |
| YUV | 72.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 21 | 0 | 0.89 | 0.89 | 0.25 | 0.35 | 0.8 | 0.42 |
| Hex | C0 | 16 | 15 | 0 | 59 | 59 | 19 | 0 | 50 | 2A |
| Octal | 300 | 26 | 25 | 0 | 131 | 131 | 31 | 0 | 120 | 52 |
| Binary | 11000000 | 10110 | 10101 | 0 | 1011001 | 1011001 | 11001 | 0 | 1010000 | 101010 |
Color Harmonies of #C01615
Complementary color
Monochromatic Colors of #C01615
Black with #C01615
Text Example
Text Example
White with #C01615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01615; }
p { color: rgb(192,22,21); }
H1.HeaderClassName
{
color: #C01615;
}
.AnyTagClassName
{
color: #C01615;
}
</style>
background-color css
<style>
a { background-color: #C01615; }
a { background-color: rgb(192,22,21); }
div.DivClassName
{
background-color: #C01615;
}
.BgClassName
{
background-color: #C01615;
}
</style>
border-color css
<style>
span { border-color: #C01615; }
span { border-color: rgb(192,22,21); }
td.TdClassName
{
border-color: #C01615;
}
.TagClassName
{
border-color: #C01615;
}
</style>