Shades of Fire Brick #C51712
Tints of Fire Brick #C51712
RGB
CMYK
RGB Variations
Color information
#C51712 (or 0xC51712) is known color: Fire Brick. HEX triplet: C5, 17 and 12. RGB value is (197,23,18). Sum of RGB (Red+Green+Blue) = 197+23+18=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51712 is #3AE8ED. Grayscale: #4A4A4A. Windows color (decimal): -3860718 or 1185733. OLE color: 1185733.
HSL color Cylindrical-coordinate representation of color #C51712: hue angle of 1.68º 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 #C51712 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.23 |
| HSL | 1.68º | 0.83% | 0.42% | - |
| HSV(B) | 1.68º | 0.91% | 0.77% | - |
| XYZ | 23.44 | 12.53 | 1.75 | - |
| YUV | 74.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 18 | 0 | 0.88 | 0.91 | 0.23 | 1.68 | 0.83 | 0.42 |
| Hex | C5 | 17 | 12 | 0 | 58 | 5B | 17 | 2 | 53 | 2A |
| Octal | 305 | 27 | 22 | 0 | 130 | 133 | 27 | 2 | 123 | 52 |
| Binary | 11000101 | 10111 | 10010 | 0 | 1011000 | 1011011 | 10111 | 10 | 1010011 | 101010 |
Color Harmonies of #C51712
Complementary color
Monochromatic Colors of #C51712
Black with #C51712
Text Example
Text Example
White with #C51712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51712; }
p { color: rgb(197,23,18); }
H1.HeaderClassName
{
color: #C51712;
}
.AnyTagClassName
{
color: #C51712;
}
</style>
background-color css
<style>
a { background-color: #C51712; }
a { background-color: rgb(197,23,18); }
div.DivClassName
{
background-color: #C51712;
}
.BgClassName
{
background-color: #C51712;
}
</style>
border-color css
<style>
span { border-color: #C51712; }
span { border-color: rgb(197,23,18); }
td.TdClassName
{
border-color: #C51712;
}
.TagClassName
{
border-color: #C51712;
}
</style>