Shades of Fire Brick #C5261E
Tints of Fire Brick #C5261E
RGB
CMYK
RGB Variations
Color information
#C5261E (or 0xC5261E) is known color: Fire Brick. HEX triplet: C5, 26 and 1E. RGB value is (197,38,30). Sum of RGB (Red+Green+Blue) = 197+38+30=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5261E is #3AD9E1. Grayscale: #545454. Windows color (decimal): -3856866 or 1976005. OLE color: 1976005.
HSL color Cylindrical-coordinate representation of color #C5261E: hue angle of 2.87º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5261E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.23 |
| HSL | 2.87º | 0.74% | 0.45% | - |
| HSV(B) | 2.87º | 0.85% | 0.77% | - |
| XYZ | 23.95 | 13.35 | 2.54 | - |
| YUV | 84.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 30 | 0 | 0.81 | 0.85 | 0.23 | 2.87 | 0.74 | 0.45 |
| Hex | C5 | 26 | 1E | 0 | 51 | 55 | 17 | 3 | 4A | 2D |
| Octal | 305 | 46 | 36 | 0 | 121 | 125 | 27 | 3 | 112 | 55 |
| Binary | 11000101 | 100110 | 11110 | 0 | 1010001 | 1010101 | 10111 | 11 | 1001010 | 101101 |
Color Harmonies of #C5261E
Complementary color
Monochromatic Colors of #C5261E
Black with #C5261E
Text Example
Text Example
White with #C5261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5261E; }
p { color: rgb(197,38,30); }
H1.HeaderClassName
{
color: #C5261E;
}
.AnyTagClassName
{
color: #C5261E;
}
</style>
background-color css
<style>
a { background-color: #C5261E; }
a { background-color: rgb(197,38,30); }
div.DivClassName
{
background-color: #C5261E;
}
.BgClassName
{
background-color: #C5261E;
}
</style>
border-color css
<style>
span { border-color: #C5261E; }
span { border-color: rgb(197,38,30); }
td.TdClassName
{
border-color: #C5261E;
}
.TagClassName
{
border-color: #C5261E;
}
</style>