Shades of Fire Brick #C51A19
Tints of Fire Brick #C51A19
RGB
CMYK
RGB Variations
Color information
#C51A19 (or 0xC51A19) is known color: Fire Brick. HEX triplet: C5, 1A and 19. RGB value is (197,26,25). Sum of RGB (Red+Green+Blue) = 197+26+25=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A19 is #3AE5E6. Grayscale: #4D4D4D. Windows color (decimal): -3859943 or 1645253. OLE color: 1645253.
HSL color Cylindrical-coordinate representation of color #C51A19: hue angle of 0.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A19 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 25 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.23 |
| HSL | 0.35º | 0.77% | 0.44% | - |
| HSV(B) | 0.35º | 0.87% | 0.77% | - |
| XYZ | 23.57 | 12.68 | 2.12 | - |
| YUV | 77.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 25 | 0 | 0.87 | 0.87 | 0.23 | 0.35 | 0.77 | 0.44 |
| Hex | C5 | 1A | 19 | 0 | 57 | 57 | 17 | 0 | 4D | 2C |
| Octal | 305 | 32 | 31 | 0 | 127 | 127 | 27 | 0 | 115 | 54 |
| Binary | 11000101 | 11010 | 11001 | 0 | 1010111 | 1010111 | 10111 | 0 | 1001101 | 101100 |
Color Harmonies of #C51A19
Complementary color
Monochromatic Colors of #C51A19
Black with #C51A19
Text Example
Text Example
White with #C51A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A19; }
p { color: rgb(197,26,25); }
H1.HeaderClassName
{
color: #C51A19;
}
.AnyTagClassName
{
color: #C51A19;
}
</style>
background-color css
<style>
a { background-color: #C51A19; }
a { background-color: rgb(197,26,25); }
div.DivClassName
{
background-color: #C51A19;
}
.BgClassName
{
background-color: #C51A19;
}
</style>
border-color css
<style>
span { border-color: #C51A19; }
span { border-color: rgb(197,26,25); }
td.TdClassName
{
border-color: #C51A19;
}
.TagClassName
{
border-color: #C51A19;
}
</style>