Shades of Fire Brick #C51D1B
Tints of Fire Brick #C51D1B
RGB
CMYK
RGB Variations
Color information
#C51D1B (or 0xC51D1B) is known color: Fire Brick. HEX triplet: C5, 1D and 1B. RGB value is (197,29,27). Sum of RGB (Red+Green+Blue) = 197+29+27=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D1B is #3AE2E4. Grayscale: #4F4F4F. Windows color (decimal): -3859173 or 1777093. OLE color: 1777093.
HSL color Cylindrical-coordinate representation of color #C51D1B: hue angle of 0.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51D1B is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 27 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.23 |
| HSL | 0.71º | 0.76% | 0.44% | - |
| HSV(B) | 0.71º | 0.86% | 0.77% | - |
| XYZ | 23.66 | 12.83 | 2.27 | - |
| YUV | 79 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 27 | 0 | 0.85 | 0.86 | 0.23 | 0.71 | 0.76 | 0.44 |
| Hex | C5 | 1D | 1B | 0 | 55 | 56 | 17 | 1 | 4C | 2C |
| Octal | 305 | 35 | 33 | 0 | 125 | 126 | 27 | 1 | 114 | 54 |
| Binary | 11000101 | 11101 | 11011 | 0 | 1010101 | 1010110 | 10111 | 1 | 1001100 | 101100 |
Color Harmonies of #C51D1B
Complementary color
Monochromatic Colors of #C51D1B
Black with #C51D1B
Text Example
Text Example
White with #C51D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D1B; }
p { color: rgb(197,29,27); }
H1.HeaderClassName
{
color: #C51D1B;
}
.AnyTagClassName
{
color: #C51D1B;
}
</style>
background-color css
<style>
a { background-color: #C51D1B; }
a { background-color: rgb(197,29,27); }
div.DivClassName
{
background-color: #C51D1B;
}
.BgClassName
{
background-color: #C51D1B;
}
</style>
border-color css
<style>
span { border-color: #C51D1B; }
span { border-color: rgb(197,29,27); }
td.TdClassName
{
border-color: #C51D1B;
}
.TagClassName
{
border-color: #C51D1B;
}
</style>