Shades of Fire Brick #C51513
Tints of Fire Brick #C51513
RGB
CMYK
RGB Variations
Color information
#C51513 (or 0xC51513) is known color: Fire Brick. HEX triplet: C5, 15 and 13. RGB value is (197,21,19). Sum of RGB (Red+Green+Blue) = 197+21+19=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C51513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51513 is #3AEAEC. Grayscale: #494949. Windows color (decimal): -3861229 or 1250757. OLE color: 1250757.
HSL color Cylindrical-coordinate representation of color #C51513: hue angle of 0.67º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51513 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 19 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.23 |
| HSL | 0.67º | 0.82% | 0.42% | - |
| HSV(B) | 0.67º | 0.9% | 0.77% | - |
| XYZ | 23.41 | 12.45 | 1.79 | - |
| YUV | 73.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 19 | 0 | 0.89 | 0.90 | 0.23 | 0.67 | 0.82 | 0.42 |
| Hex | C5 | 15 | 13 | 0 | 59 | 5A | 17 | 1 | 52 | 2A |
| Octal | 305 | 25 | 23 | 0 | 131 | 132 | 27 | 1 | 122 | 52 |
| Binary | 11000101 | 10101 | 10011 | 0 | 1011001 | 1011010 | 10111 | 1 | 1010010 | 101010 |
Color Harmonies of #C51513
Complementary color
Monochromatic Colors of #C51513
Black with #C51513
Text Example
Text Example
White with #C51513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51513; }
p { color: rgb(197,21,19); }
H1.HeaderClassName
{
color: #C51513;
}
.AnyTagClassName
{
color: #C51513;
}
</style>
background-color css
<style>
a { background-color: #C51513; }
a { background-color: rgb(197,21,19); }
div.DivClassName
{
background-color: #C51513;
}
.BgClassName
{
background-color: #C51513;
}
</style>
border-color css
<style>
span { border-color: #C51513; }
span { border-color: rgb(197,21,19); }
td.TdClassName
{
border-color: #C51513;
}
.TagClassName
{
border-color: #C51513;
}
</style>