Shades of Fire Brick #C01918
Tints of Fire Brick #C01918
RGB
CMYK
RGB Variations
Color information
#C01918 (or 0xC01918) is known color: Fire Brick. HEX triplet: C0, 19 and 18. RGB value is (192,25,24). Sum of RGB (Red+Green+Blue) = 192+25+24=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01918 is #3FE6E7. Grayscale: #4A4A4A. Windows color (decimal): -4187880 or 1579456. OLE color: 1579456.
HSL color Cylindrical-coordinate representation of color #C01918: hue angle of 0.36º degrees, saturation: 0.78, 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 #C01918 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 24 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.25 |
| HSL | 0.36º | 0.78% | 0.42% | - |
| HSV(B) | 0.36º | 0.88% | 0.75% | - |
| XYZ | 22.25 | 11.97 | 2 | - |
| YUV | 74.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 24 | 0 | 0.87 | 0.88 | 0.25 | 0.36 | 0.78 | 0.42 |
| Hex | C0 | 19 | 18 | 0 | 57 | 58 | 19 | 0 | 4E | 2A |
| Octal | 300 | 31 | 30 | 0 | 127 | 130 | 31 | 0 | 116 | 52 |
| Binary | 11000000 | 11001 | 11000 | 0 | 1010111 | 1011000 | 11001 | 0 | 1001110 | 101010 |
Color Harmonies of #C01918
Complementary color
Monochromatic Colors of #C01918
Black with #C01918
Text Example
Text Example
White with #C01918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01918; }
p { color: rgb(192,25,24); }
H1.HeaderClassName
{
color: #C01918;
}
.AnyTagClassName
{
color: #C01918;
}
</style>
background-color css
<style>
a { background-color: #C01918; }
a { background-color: rgb(192,25,24); }
div.DivClassName
{
background-color: #C01918;
}
.BgClassName
{
background-color: #C01918;
}
</style>
border-color css
<style>
span { border-color: #C01918; }
span { border-color: rgb(192,25,24); }
td.TdClassName
{
border-color: #C01918;
}
.TagClassName
{
border-color: #C01918;
}
</style>