Shades of Fire Brick #C42726
Tints of Fire Brick #C42726
RGB
CMYK
RGB Variations
Color information
#C42726 (or 0xC42726) is known color: Fire Brick. HEX triplet: C4, 27 and 26. RGB value is (196,39,38). Sum of RGB (Red+Green+Blue) = 196+39+38=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42726 is #3BD8D9. Grayscale: #555555. Windows color (decimal): -3922138 or 2500548. OLE color: 2500548.
HSL color Cylindrical-coordinate representation of color #C42726: hue angle of 0.38º 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 #C42726 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 38 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.23 |
| HSL | 0.38º | 0.68% | 0.46% | - |
| HSV(B) | 0.38º | 0.81% | 0.77% | - |
| XYZ | 23.84 | 13.33 | 3.15 | - |
| YUV | 85.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 38 | 0 | 0.80 | 0.81 | 0.23 | 0.38 | 0.68 | 0.46 |
| Hex | C4 | 27 | 26 | 0 | 50 | 51 | 17 | 0 | 44 | 2E |
| Octal | 304 | 47 | 46 | 0 | 120 | 121 | 27 | 0 | 104 | 56 |
| Binary | 11000100 | 100111 | 100110 | 0 | 1010000 | 1010001 | 10111 | 0 | 1000100 | 101110 |
Color Harmonies of #C42726
Complementary color
Monochromatic Colors of #C42726
Black with #C42726
Text Example
Text Example
White with #C42726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42726; }
p { color: rgb(196,39,38); }
H1.HeaderClassName
{
color: #C42726;
}
.AnyTagClassName
{
color: #C42726;
}
</style>
background-color css
<style>
a { background-color: #C42726; }
a { background-color: rgb(196,39,38); }
div.DivClassName
{
background-color: #C42726;
}
.BgClassName
{
background-color: #C42726;
}
</style>
border-color css
<style>
span { border-color: #C42726; }
span { border-color: rgb(196,39,38); }
td.TdClassName
{
border-color: #C42726;
}
.TagClassName
{
border-color: #C42726;
}
</style>