Shades of Fire Brick #C51A11
Tints of Fire Brick #C51A11
RGB
CMYK
RGB Variations
Color information
#C51A11 (or 0xC51A11) is known color: Fire Brick. HEX triplet: C5, 1A and 11. RGB value is (197,26,17). Sum of RGB (Red+Green+Blue) = 197+26+17=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A11 is #3AE5EE. Grayscale: #4C4C4C. Windows color (decimal): -3859951 or 1120965. OLE color: 1120965.
HSL color Cylindrical-coordinate representation of color #C51A11: hue angle of 3º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51A11 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 17 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.23 |
| HSL | 3º | 0.84% | 0.42% | - |
| HSV(B) | 3º | 0.91% | 0.77% | - |
| XYZ | 23.5 | 12.65 | 1.73 | - |
| YUV | 76.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 17 | 0 | 0.87 | 0.91 | 0.23 | 3 | 0.84 | 0.42 |
| Hex | C5 | 1A | 11 | 0 | 57 | 5B | 17 | 3 | 54 | 2A |
| Octal | 305 | 32 | 21 | 0 | 127 | 133 | 27 | 3 | 124 | 52 |
| Binary | 11000101 | 11010 | 10001 | 0 | 1010111 | 1011011 | 10111 | 11 | 1010100 | 101010 |
Color Harmonies of #C51A11
Complementary color
Monochromatic Colors of #C51A11
Black with #C51A11
Text Example
Text Example
White with #C51A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A11; }
p { color: rgb(197,26,17); }
H1.HeaderClassName
{
color: #C51A11;
}
.AnyTagClassName
{
color: #C51A11;
}
</style>
background-color css
<style>
a { background-color: #C51A11; }
a { background-color: rgb(197,26,17); }
div.DivClassName
{
background-color: #C51A11;
}
.BgClassName
{
background-color: #C51A11;
}
</style>
border-color css
<style>
span { border-color: #C51A11; }
span { border-color: rgb(197,26,17); }
td.TdClassName
{
border-color: #C51A11;
}
.TagClassName
{
border-color: #C51A11;
}
</style>