Shades of Fire Brick #C5231C
Tints of Fire Brick #C5231C
RGB
CMYK
RGB Variations
Color information
#C5231C (or 0xC5231C) is known color: Fire Brick. HEX triplet: C5, 23 and 1C. RGB value is (197,35,28). Sum of RGB (Red+Green+Blue) = 197+35+28=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5231C is #3ADCE3. Grayscale: #525252. Windows color (decimal): -3857636 or 1844165. OLE color: 1844165.
HSL color Cylindrical-coordinate representation of color #C5231C: hue angle of 2.49º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5231C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.23 |
| HSL | 2.49º | 0.75% | 0.44% | - |
| HSV(B) | 2.49º | 0.86% | 0.77% | - |
| XYZ | 23.84 | 13.16 | 2.38 | - |
| YUV | 82.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 28 | 0 | 0.82 | 0.86 | 0.23 | 2.49 | 0.75 | 0.44 |
| Hex | C5 | 23 | 1C | 0 | 52 | 56 | 17 | 2 | 4B | 2C |
| Octal | 305 | 43 | 34 | 0 | 122 | 126 | 27 | 2 | 113 | 54 |
| Binary | 11000101 | 100011 | 11100 | 0 | 1010010 | 1010110 | 10111 | 10 | 1001011 | 101100 |
Color Harmonies of #C5231C
Complementary color
Monochromatic Colors of #C5231C
Black with #C5231C
Text Example
Text Example
White with #C5231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5231C; }
p { color: rgb(197,35,28); }
H1.HeaderClassName
{
color: #C5231C;
}
.AnyTagClassName
{
color: #C5231C;
}
</style>
background-color css
<style>
a { background-color: #C5231C; }
a { background-color: rgb(197,35,28); }
div.DivClassName
{
background-color: #C5231C;
}
.BgClassName
{
background-color: #C5231C;
}
</style>
border-color css
<style>
span { border-color: #C5231C; }
span { border-color: rgb(197,35,28); }
td.TdClassName
{
border-color: #C5231C;
}
.TagClassName
{
border-color: #C5231C;
}
</style>