Shades of Fire Brick #C51F15
Tints of Fire Brick #C51F15
RGB
CMYK
RGB Variations
Color information
#C51F15 (or 0xC51F15) is known color: Fire Brick. HEX triplet: C5, 1F and 15. RGB value is (197,31,21). Sum of RGB (Red+Green+Blue) = 197+31+21=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F15 is #3AE0EA. Grayscale: #4F4F4F. Windows color (decimal): -3858667 or 1384389. OLE color: 1384389.
HSL color Cylindrical-coordinate representation of color #C51F15: hue angle of 3.41º 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 #C51F15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 21 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.23 |
| HSL | 3.41º | 0.81% | 0.43% | - |
| HSV(B) | 3.41º | 0.89% | 0.77% | - |
| XYZ | 23.65 | 12.9 | 1.95 | - |
| YUV | 79.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 21 | 0 | 0.84 | 0.89 | 0.23 | 3.41 | 0.81 | 0.43 |
| Hex | C5 | 1F | 15 | 0 | 54 | 59 | 17 | 3 | 51 | 2B |
| Octal | 305 | 37 | 25 | 0 | 124 | 131 | 27 | 3 | 121 | 53 |
| Binary | 11000101 | 11111 | 10101 | 0 | 1010100 | 1011001 | 10111 | 11 | 1010001 | 101011 |
Color Harmonies of #C51F15
Complementary color
Monochromatic Colors of #C51F15
Black with #C51F15
Text Example
Text Example
White with #C51F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F15; }
p { color: rgb(197,31,21); }
H1.HeaderClassName
{
color: #C51F15;
}
.AnyTagClassName
{
color: #C51F15;
}
</style>
background-color css
<style>
a { background-color: #C51F15; }
a { background-color: rgb(197,31,21); }
div.DivClassName
{
background-color: #C51F15;
}
.BgClassName
{
background-color: #C51F15;
}
</style>
border-color css
<style>
span { border-color: #C51F15; }
span { border-color: rgb(197,31,21); }
td.TdClassName
{
border-color: #C51F15;
}
.TagClassName
{
border-color: #C51F15;
}
</style>