Shades of Fire Brick #C51A14
Tints of Fire Brick #C51A14
RGB
CMYK
RGB Variations
Color information
#C51A14 (or 0xC51A14) is known color: Fire Brick. HEX triplet: C5, 1A and 14. RGB value is (197,26,20). Sum of RGB (Red+Green+Blue) = 197+26+20=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A14 is #3AE5EB. Grayscale: #4C4C4C. Windows color (decimal): -3859948 or 1317573. OLE color: 1317573.
HSL color Cylindrical-coordinate representation of color #C51A14: hue angle of 2.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.23 |
| HSL | 2.03º | 0.82% | 0.43% | - |
| HSV(B) | 2.03º | 0.9% | 0.77% | - |
| XYZ | 23.52 | 12.66 | 1.87 | - |
| YUV | 76.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 20 | 0 | 0.87 | 0.90 | 0.23 | 2.03 | 0.82 | 0.43 |
| Hex | C5 | 1A | 14 | 0 | 57 | 5A | 17 | 2 | 52 | 2B |
| Octal | 305 | 32 | 24 | 0 | 127 | 132 | 27 | 2 | 122 | 53 |
| Binary | 11000101 | 11010 | 10100 | 0 | 1010111 | 1011010 | 10111 | 10 | 1010010 | 101011 |
Color Harmonies of #C51A14
Complementary color
Monochromatic Colors of #C51A14
Black with #C51A14
Text Example
Text Example
White with #C51A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A14; }
p { color: rgb(197,26,20); }
H1.HeaderClassName
{
color: #C51A14;
}
.AnyTagClassName
{
color: #C51A14;
}
</style>
background-color css
<style>
a { background-color: #C51A14; }
a { background-color: rgb(197,26,20); }
div.DivClassName
{
background-color: #C51A14;
}
.BgClassName
{
background-color: #C51A14;
}
</style>
border-color css
<style>
span { border-color: #C51A14; }
span { border-color: rgb(197,26,20); }
td.TdClassName
{
border-color: #C51A14;
}
.TagClassName
{
border-color: #C51A14;
}
</style>