Shades of Fire Brick #C51D15
Tints of Fire Brick #C51D15
RGB
CMYK
RGB Variations
Color information
#C51D15 (or 0xC51D15) is known color: Fire Brick. HEX triplet: C5, 1D and 15. RGB value is (197,29,21). Sum of RGB (Red+Green+Blue) = 197+29+21=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D15 is #3AE2EA. Grayscale: #4E4E4E. Windows color (decimal): -3859179 or 1383877. OLE color: 1383877.
HSL color Cylindrical-coordinate representation of color #C51D15: hue angle of 2.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51D15 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 21 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.23 |
| HSL | 2.73º | 0.81% | 0.43% | - |
| HSV(B) | 2.73º | 0.89% | 0.77% | - |
| XYZ | 23.6 | 12.8 | 1.94 | - |
| YUV | 78.32 | 95.66 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 21 | 0 | 0.85 | 0.89 | 0.23 | 2.73 | 0.81 | 0.43 |
| Hex | C5 | 1D | 15 | 0 | 55 | 59 | 17 | 3 | 51 | 2B |
| Octal | 305 | 35 | 25 | 0 | 125 | 131 | 27 | 3 | 121 | 53 |
| Binary | 11000101 | 11101 | 10101 | 0 | 1010101 | 1011001 | 10111 | 11 | 1010001 | 101011 |
Color Harmonies of #C51D15
Complementary color
Monochromatic Colors of #C51D15
Black with #C51D15
Text Example
Text Example
White with #C51D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D15; }
p { color: rgb(197,29,21); }
H1.HeaderClassName
{
color: #C51D15;
}
.AnyTagClassName
{
color: #C51D15;
}
</style>
background-color css
<style>
a { background-color: #C51D15; }
a { background-color: rgb(197,29,21); }
div.DivClassName
{
background-color: #C51D15;
}
.BgClassName
{
background-color: #C51D15;
}
</style>
border-color css
<style>
span { border-color: #C51D15; }
span { border-color: rgb(197,29,21); }
td.TdClassName
{
border-color: #C51D15;
}
.TagClassName
{
border-color: #C51D15;
}
</style>