Shades of Fire Brick #C5231D
Tints of Fire Brick #C5231D
RGB
CMYK
RGB Variations
Color information
#C5231D (or 0xC5231D) is known color: Fire Brick. HEX triplet: C5, 23 and 1D. RGB value is (197,35,29). Sum of RGB (Red+Green+Blue) = 197+35+29=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5231D is #3ADCE2. Grayscale: #525252. Windows color (decimal): -3857635 or 1909701. OLE color: 1909701.
HSL color Cylindrical-coordinate representation of color #C5231D: hue angle of 2.14º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5231D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.23 |
| HSL | 2.14º | 0.74% | 0.44% | - |
| HSV(B) | 2.14º | 0.85% | 0.77% | - |
| XYZ | 23.85 | 13.16 | 2.45 | - |
| YUV | 82.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 29 | 0 | 0.82 | 0.85 | 0.23 | 2.14 | 0.74 | 0.44 |
| Hex | C5 | 23 | 1D | 0 | 52 | 55 | 17 | 2 | 4A | 2C |
| Octal | 305 | 43 | 35 | 0 | 122 | 125 | 27 | 2 | 112 | 54 |
| Binary | 11000101 | 100011 | 11101 | 0 | 1010010 | 1010101 | 10111 | 10 | 1001010 | 101100 |
Color Harmonies of #C5231D
Complementary color
Monochromatic Colors of #C5231D
Black with #C5231D
Text Example
Text Example
White with #C5231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5231D; }
p { color: rgb(197,35,29); }
H1.HeaderClassName
{
color: #C5231D;
}
.AnyTagClassName
{
color: #C5231D;
}
</style>
background-color css
<style>
a { background-color: #C5231D; }
a { background-color: rgb(197,35,29); }
div.DivClassName
{
background-color: #C5231D;
}
.BgClassName
{
background-color: #C5231D;
}
</style>
border-color css
<style>
span { border-color: #C5231D; }
span { border-color: rgb(197,35,29); }
td.TdClassName
{
border-color: #C5231D;
}
.TagClassName
{
border-color: #C5231D;
}
</style>