Shades of Fire Brick #C51D19
Tints of Fire Brick #C51D19
RGB
CMYK
RGB Variations
Color information
#C51D19 (or 0xC51D19) is known color: Fire Brick. HEX triplet: C5, 1D and 19. RGB value is (197,29,25). Sum of RGB (Red+Green+Blue) = 197+29+25=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D19 is #3AE2E6. Grayscale: #4E4E4E. Windows color (decimal): -3859175 or 1646021. OLE color: 1646021.
HSL color Cylindrical-coordinate representation of color #C51D19: hue angle of 1.4º 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 #C51D19 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 25 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.23 |
| HSL | 1.4º | 0.77% | 0.44% | - |
| HSV(B) | 1.4º | 0.87% | 0.77% | - |
| XYZ | 23.64 | 12.82 | 2.15 | - |
| YUV | 78.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 25 | 0 | 0.85 | 0.87 | 0.23 | 1.4 | 0.77 | 0.44 |
| Hex | C5 | 1D | 19 | 0 | 55 | 57 | 17 | 1 | 4D | 2C |
| Octal | 305 | 35 | 31 | 0 | 125 | 127 | 27 | 1 | 115 | 54 |
| Binary | 11000101 | 11101 | 11001 | 0 | 1010101 | 1010111 | 10111 | 1 | 1001101 | 101100 |
Color Harmonies of #C51D19
Complementary color
Monochromatic Colors of #C51D19
Black with #C51D19
Text Example
Text Example
White with #C51D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D19; }
p { color: rgb(197,29,25); }
H1.HeaderClassName
{
color: #C51D19;
}
.AnyTagClassName
{
color: #C51D19;
}
</style>
background-color css
<style>
a { background-color: #C51D19; }
a { background-color: rgb(197,29,25); }
div.DivClassName
{
background-color: #C51D19;
}
.BgClassName
{
background-color: #C51D19;
}
</style>
border-color css
<style>
span { border-color: #C51D19; }
span { border-color: rgb(197,29,25); }
td.TdClassName
{
border-color: #C51D19;
}
.TagClassName
{
border-color: #C51D19;
}
</style>