Shades of Fire Brick #C51812
Tints of Fire Brick #C51812
RGB
CMYK
RGB Variations
Color information
#C51812 (or 0xC51812) is known color: Fire Brick. HEX triplet: C5, 18 and 12. RGB value is (197,24,18). Sum of RGB (Red+Green+Blue) = 197+24+18=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C51812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51812 is #3AE7ED. Grayscale: #4B4B4B. Windows color (decimal): -3860462 or 1185989. OLE color: 1185989.
HSL color Cylindrical-coordinate representation of color #C51812: hue angle of 2.01º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.23 |
| HSL | 2.01º | 0.83% | 0.42% | - |
| HSV(B) | 2.01º | 0.91% | 0.77% | - |
| XYZ | 23.46 | 12.57 | 1.76 | - |
| YUV | 75.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 18 | 0 | 0.88 | 0.91 | 0.23 | 2.01 | 0.83 | 0.42 |
| Hex | C5 | 18 | 12 | 0 | 58 | 5B | 17 | 2 | 53 | 2A |
| Octal | 305 | 30 | 22 | 0 | 130 | 133 | 27 | 2 | 123 | 52 |
| Binary | 11000101 | 11000 | 10010 | 0 | 1011000 | 1011011 | 10111 | 10 | 1010011 | 101010 |
Color Harmonies of #C51812
Complementary color
Monochromatic Colors of #C51812
Black with #C51812
Text Example
Text Example
White with #C51812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51812; }
p { color: rgb(197,24,18); }
H1.HeaderClassName
{
color: #C51812;
}
.AnyTagClassName
{
color: #C51812;
}
</style>
background-color css
<style>
a { background-color: #C51812; }
a { background-color: rgb(197,24,18); }
div.DivClassName
{
background-color: #C51812;
}
.BgClassName
{
background-color: #C51812;
}
</style>
border-color css
<style>
span { border-color: #C51812; }
span { border-color: rgb(197,24,18); }
td.TdClassName
{
border-color: #C51812;
}
.TagClassName
{
border-color: #C51812;
}
</style>