Shades of Fire Brick #C42825
Tints of Fire Brick #C42825
RGB
CMYK
RGB Variations
Color information
#C42825 (or 0xC42825) is known color: Fire Brick. HEX triplet: C4, 28 and 25. RGB value is (196,40,37). Sum of RGB (Red+Green+Blue) = 196+40+37=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42825 is #3BD7DA. Grayscale: #565656. Windows color (decimal): -3921883 or 2435268. OLE color: 2435268.
HSL color Cylindrical-coordinate representation of color #C42825: hue angle of 1.13º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42825 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 37 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.23 |
| HSL | 1.13º | 0.68% | 0.46% | - |
| HSV(B) | 1.13º | 0.81% | 0.77% | - |
| XYZ | 23.86 | 13.39 | 3.08 | - |
| YUV | 86.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 37 | 0 | 0.80 | 0.81 | 0.23 | 1.13 | 0.68 | 0.46 |
| Hex | C4 | 28 | 25 | 0 | 50 | 51 | 17 | 1 | 44 | 2E |
| Octal | 304 | 50 | 45 | 0 | 120 | 121 | 27 | 1 | 104 | 56 |
| Binary | 11000100 | 101000 | 100101 | 0 | 1010000 | 1010001 | 10111 | 1 | 1000100 | 101110 |
Color Harmonies of #C42825
Complementary color
Monochromatic Colors of #C42825
Black with #C42825
Text Example
Text Example
White with #C42825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42825; }
p { color: rgb(196,40,37); }
H1.HeaderClassName
{
color: #C42825;
}
.AnyTagClassName
{
color: #C42825;
}
</style>
background-color css
<style>
a { background-color: #C42825; }
a { background-color: rgb(196,40,37); }
div.DivClassName
{
background-color: #C42825;
}
.BgClassName
{
background-color: #C42825;
}
</style>
border-color css
<style>
span { border-color: #C42825; }
span { border-color: rgb(196,40,37); }
td.TdClassName
{
border-color: #C42825;
}
.TagClassName
{
border-color: #C42825;
}
</style>