Shades of Fire Brick #C5231A
Tints of Fire Brick #C5231A
RGB
CMYK
RGB Variations
Color information
#C5231A (or 0xC5231A) is known color: Fire Brick. HEX triplet: C5, 23 and 1A. RGB value is (197,35,26). Sum of RGB (Red+Green+Blue) = 197+35+26=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5231A is #3ADCE5. Grayscale: #525252. Windows color (decimal): -3857638 or 1713093. OLE color: 1713093.
HSL color Cylindrical-coordinate representation of color #C5231A: hue angle of 3.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5231A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.23 |
| HSL | 3.16º | 0.77% | 0.44% | - |
| HSV(B) | 3.16º | 0.87% | 0.77% | - |
| XYZ | 23.81 | 13.15 | 2.26 | - |
| YUV | 82.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 26 | 0 | 0.82 | 0.87 | 0.23 | 3.16 | 0.77 | 0.44 |
| Hex | C5 | 23 | 1A | 0 | 52 | 57 | 17 | 3 | 4D | 2C |
| Octal | 305 | 43 | 32 | 0 | 122 | 127 | 27 | 3 | 115 | 54 |
| Binary | 11000101 | 100011 | 11010 | 0 | 1010010 | 1010111 | 10111 | 11 | 1001101 | 101100 |
Color Harmonies of #C5231A
Complementary color
Monochromatic Colors of #C5231A
Black with #C5231A
Text Example
Text Example
White with #C5231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5231A; }
p { color: rgb(197,35,26); }
H1.HeaderClassName
{
color: #C5231A;
}
.AnyTagClassName
{
color: #C5231A;
}
</style>
background-color css
<style>
a { background-color: #C5231A; }
a { background-color: rgb(197,35,26); }
div.DivClassName
{
background-color: #C5231A;
}
.BgClassName
{
background-color: #C5231A;
}
</style>
border-color css
<style>
span { border-color: #C5231A; }
span { border-color: rgb(197,35,26); }
td.TdClassName
{
border-color: #C5231A;
}
.TagClassName
{
border-color: #C5231A;
}
</style>