Shades of Fire Brick #C01915
Tints of Fire Brick #C01915
RGB
CMYK
RGB Variations
Color information
#C01915 (or 0xC01915) is known color: Fire Brick. HEX triplet: C0, 19 and 15. RGB value is (192,25,21). Sum of RGB (Red+Green+Blue) = 192+25+21=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01915 is #3FE6EA. Grayscale: #4A4A4A. Windows color (decimal): -4187883 or 1382848. OLE color: 1382848.
HSL color Cylindrical-coordinate representation of color #C01915: hue angle of 1.4º 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 #C01915 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.25 |
| HSL | 1.4º | 0.8% | 0.42% | - |
| HSV(B) | 1.4º | 0.89% | 0.75% | - |
| XYZ | 22.22 | 11.96 | 1.85 | - |
| YUV | 74.48 | 97.83 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 21 | 0 | 0.87 | 0.89 | 0.25 | 1.4 | 0.8 | 0.42 |
| Hex | C0 | 19 | 15 | 0 | 57 | 59 | 19 | 1 | 50 | 2A |
| Octal | 300 | 31 | 25 | 0 | 127 | 131 | 31 | 1 | 120 | 52 |
| Binary | 11000000 | 11001 | 10101 | 0 | 1010111 | 1011001 | 11001 | 1 | 1010000 | 101010 |
Color Harmonies of #C01915
Complementary color
Monochromatic Colors of #C01915
Black with #C01915
Text Example
Text Example
White with #C01915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01915; }
p { color: rgb(192,25,21); }
H1.HeaderClassName
{
color: #C01915;
}
.AnyTagClassName
{
color: #C01915;
}
</style>
background-color css
<style>
a { background-color: #C01915; }
a { background-color: rgb(192,25,21); }
div.DivClassName
{
background-color: #C01915;
}
.BgClassName
{
background-color: #C01915;
}
</style>
border-color css
<style>
span { border-color: #C01915; }
span { border-color: rgb(192,25,21); }
td.TdClassName
{
border-color: #C01915;
}
.TagClassName
{
border-color: #C01915;
}
</style>