Shades of Fire Brick #C42924
Tints of Fire Brick #C42924
RGB
CMYK
RGB Variations
Color information
#C42924 (or 0xC42924) is known color: Fire Brick. HEX triplet: C4, 29 and 24. RGB value is (196,41,36). Sum of RGB (Red+Green+Blue) = 196+41+36=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42924 is #3BD6DB. Grayscale: #565656. Windows color (decimal): -3921628 or 2369988. OLE color: 2369988.
HSL color Cylindrical-coordinate representation of color #C42924: hue angle of 1.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42924 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 36 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.23 |
| HSL | 1.88º | 0.69% | 0.45% | - |
| HSV(B) | 1.88º | 0.82% | 0.77% | - |
| XYZ | 23.88 | 13.45 | 3.01 | - |
| YUV | 86.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 36 | 0 | 0.79 | 0.82 | 0.23 | 1.88 | 0.69 | 0.45 |
| Hex | C4 | 29 | 24 | 0 | 4F | 52 | 17 | 2 | 45 | 2D |
| Octal | 304 | 51 | 44 | 0 | 117 | 122 | 27 | 2 | 105 | 55 |
| Binary | 11000100 | 101001 | 100100 | 0 | 1001111 | 1010010 | 10111 | 10 | 1000101 | 101101 |
Color Harmonies of #C42924
Complementary color
Monochromatic Colors of #C42924
Black with #C42924
Text Example
Text Example
White with #C42924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42924; }
p { color: rgb(196,41,36); }
H1.HeaderClassName
{
color: #C42924;
}
.AnyTagClassName
{
color: #C42924;
}
</style>
background-color css
<style>
a { background-color: #C42924; }
a { background-color: rgb(196,41,36); }
div.DivClassName
{
background-color: #C42924;
}
.BgClassName
{
background-color: #C42924;
}
</style>
border-color css
<style>
span { border-color: #C42924; }
span { border-color: rgb(196,41,36); }
td.TdClassName
{
border-color: #C42924;
}
.TagClassName
{
border-color: #C42924;
}
</style>