Shades of Fire Brick #C01412
Tints of Fire Brick #C01412
RGB
CMYK
RGB Variations
Color information
#C01412 (or 0xC01412) is known color: Fire Brick. HEX triplet: C0, 14 and 12. RGB value is (192,20,18). Sum of RGB (Red+Green+Blue) = 192+20+18=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C01412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01412 is #3FEBED. Grayscale: #474747. Windows color (decimal): -4189166 or 1184960. OLE color: 1184960.
HSL color Cylindrical-coordinate representation of color #C01412: hue angle of 0.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01412 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 18 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.25 |
| HSL | 0.69º | 0.83% | 0.41% | - |
| HSV(B) | 0.69º | 0.91% | 0.75% | - |
| XYZ | 22.1 | 11.75 | 1.68 | - |
| YUV | 71.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 18 | 0 | 0.90 | 0.91 | 0.25 | 0.69 | 0.83 | 0.41 |
| Hex | C0 | 14 | 12 | 0 | 5A | 5B | 19 | 1 | 53 | 29 |
| Octal | 300 | 24 | 22 | 0 | 132 | 133 | 31 | 1 | 123 | 51 |
| Binary | 11000000 | 10100 | 10010 | 0 | 1011010 | 1011011 | 11001 | 1 | 1010011 | 101001 |
Color Harmonies of #C01412
Complementary color
Monochromatic Colors of #C01412
Black with #C01412
Text Example
Text Example
White with #C01412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01412; }
p { color: rgb(192,20,18); }
H1.HeaderClassName
{
color: #C01412;
}
.AnyTagClassName
{
color: #C01412;
}
</style>
background-color css
<style>
a { background-color: #C01412; }
a { background-color: rgb(192,20,18); }
div.DivClassName
{
background-color: #C01412;
}
.BgClassName
{
background-color: #C01412;
}
</style>
border-color css
<style>
span { border-color: #C01412; }
span { border-color: rgb(192,20,18); }
td.TdClassName
{
border-color: #C01412;
}
.TagClassName
{
border-color: #C01412;
}
</style>