Shades of Fire Brick #C5241C
Tints of Fire Brick #C5241C
RGB
CMYK
RGB Variations
Color information
#C5241C (or 0xC5241C) is known color: Fire Brick. HEX triplet: C5, 24 and 1C. RGB value is (197,36,28). Sum of RGB (Red+Green+Blue) = 197+36+28=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5241C is #3ADBE3. Grayscale: #535353. Windows color (decimal): -3857380 or 1844421. OLE color: 1844421.
HSL color Cylindrical-coordinate representation of color #C5241C: hue angle of 2.84º 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 #C5241C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.23 |
| HSL | 2.84º | 0.75% | 0.44% | - |
| HSV(B) | 2.84º | 0.86% | 0.77% | - |
| XYZ | 23.87 | 13.22 | 2.39 | - |
| YUV | 83.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 28 | 0 | 0.82 | 0.86 | 0.23 | 2.84 | 0.75 | 0.44 |
| Hex | C5 | 24 | 1C | 0 | 52 | 56 | 17 | 3 | 4B | 2C |
| Octal | 305 | 44 | 34 | 0 | 122 | 126 | 27 | 3 | 113 | 54 |
| Binary | 11000101 | 100100 | 11100 | 0 | 1010010 | 1010110 | 10111 | 11 | 1001011 | 101100 |
Color Harmonies of #C5241C
Complementary color
Monochromatic Colors of #C5241C
Black with #C5241C
Text Example
Text Example
White with #C5241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5241C; }
p { color: rgb(197,36,28); }
H1.HeaderClassName
{
color: #C5241C;
}
.AnyTagClassName
{
color: #C5241C;
}
</style>
background-color css
<style>
a { background-color: #C5241C; }
a { background-color: rgb(197,36,28); }
div.DivClassName
{
background-color: #C5241C;
}
.BgClassName
{
background-color: #C5241C;
}
</style>
border-color css
<style>
span { border-color: #C5241C; }
span { border-color: rgb(197,36,28); }
td.TdClassName
{
border-color: #C5241C;
}
.TagClassName
{
border-color: #C5241C;
}
</style>