Shades of Fire Brick #C01712
Tints of Fire Brick #C01712
RGB
CMYK
RGB Variations
Color information
#C01712 (or 0xC01712) is known color: Fire Brick. HEX triplet: C0, 17 and 12. RGB value is (192,23,18). Sum of RGB (Red+Green+Blue) = 192+23+18=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01712 is #3FE8ED. Grayscale: #494949. Windows color (decimal): -4188398 or 1185728. OLE color: 1185728.
HSL color Cylindrical-coordinate representation of color #C01712: hue angle of 1.72º 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 #C01712 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.25 |
| HSL | 1.72º | 0.83% | 0.41% | - |
| HSV(B) | 1.72º | 0.91% | 0.75% | - |
| XYZ | 22.15 | 11.86 | 1.69 | - |
| YUV | 72.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 18 | 0 | 0.88 | 0.91 | 0.25 | 1.72 | 0.83 | 0.41 |
| Hex | C0 | 17 | 12 | 0 | 58 | 5B | 19 | 2 | 53 | 29 |
| Octal | 300 | 27 | 22 | 0 | 130 | 133 | 31 | 2 | 123 | 51 |
| Binary | 11000000 | 10111 | 10010 | 0 | 1011000 | 1011011 | 11001 | 10 | 1010011 | 101001 |
Color Harmonies of #C01712
Complementary color
Monochromatic Colors of #C01712
Black with #C01712
Text Example
Text Example
White with #C01712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01712; }
p { color: rgb(192,23,18); }
H1.HeaderClassName
{
color: #C01712;
}
.AnyTagClassName
{
color: #C01712;
}
</style>
background-color css
<style>
a { background-color: #C01712; }
a { background-color: rgb(192,23,18); }
div.DivClassName
{
background-color: #C01712;
}
.BgClassName
{
background-color: #C01712;
}
</style>
border-color css
<style>
span { border-color: #C01712; }
span { border-color: rgb(192,23,18); }
td.TdClassName
{
border-color: #C01712;
}
.TagClassName
{
border-color: #C01712;
}
</style>