Shades of Fire Brick #C5231F
Tints of Fire Brick #C5231F
RGB
CMYK
RGB Variations
Color information
#C5231F (or 0xC5231F) is known color: Fire Brick. HEX triplet: C5, 23 and 1F. RGB value is (197,35,31). Sum of RGB (Red+Green+Blue) = 197+35+31=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5231F is #3ADCE0. Grayscale: #535353. Windows color (decimal): -3857633 or 2040773. OLE color: 2040773.
HSL color Cylindrical-coordinate representation of color #C5231F: hue angle of 1.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5231F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 31 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.23 |
| HSL | 1.45º | 0.73% | 0.45% | - |
| HSV(B) | 1.45º | 0.84% | 0.77% | - |
| XYZ | 23.87 | 13.17 | 2.58 | - |
| YUV | 82.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 31 | 0 | 0.82 | 0.84 | 0.23 | 1.45 | 0.73 | 0.45 |
| Hex | C5 | 23 | 1F | 0 | 52 | 54 | 17 | 1 | 49 | 2D |
| Octal | 305 | 43 | 37 | 0 | 122 | 124 | 27 | 1 | 111 | 55 |
| Binary | 11000101 | 100011 | 11111 | 0 | 1010010 | 1010100 | 10111 | 1 | 1001001 | 101101 |
Color Harmonies of #C5231F
Complementary color
Monochromatic Colors of #C5231F
Black with #C5231F
Text Example
Text Example
White with #C5231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5231F; }
p { color: rgb(197,35,31); }
H1.HeaderClassName
{
color: #C5231F;
}
.AnyTagClassName
{
color: #C5231F;
}
</style>
background-color css
<style>
a { background-color: #C5231F; }
a { background-color: rgb(197,35,31); }
div.DivClassName
{
background-color: #C5231F;
}
.BgClassName
{
background-color: #C5231F;
}
</style>
border-color css
<style>
span { border-color: #C5231F; }
span { border-color: rgb(197,35,31); }
td.TdClassName
{
border-color: #C5231F;
}
.TagClassName
{
border-color: #C5231F;
}
</style>