Shades of Fire Brick #C4201E
Tints of Fire Brick #C4201E
RGB
CMYK
RGB Variations
Color information
#C4201E (or 0xC4201E) is known color: Fire Brick. HEX triplet: C4, 20 and 1E. RGB value is (196,32,30). Sum of RGB (Red+Green+Blue) = 196+32+30=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4201E is #3BDFE1. Grayscale: #505050. Windows color (decimal): -3923938 or 1974468. OLE color: 1974468.
HSL color Cylindrical-coordinate representation of color #C4201E: hue angle of 0.72º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4201E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 30 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.23 |
| HSL | 0.72º | 0.73% | 0.44% | - |
| HSV(B) | 0.72º | 0.85% | 0.77% | - |
| XYZ | 23.52 | 12.86 | 2.47 | - |
| YUV | 80.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 30 | 0 | 0.84 | 0.85 | 0.23 | 0.72 | 0.73 | 0.44 |
| Hex | C4 | 20 | 1E | 0 | 54 | 55 | 17 | 1 | 49 | 2C |
| Octal | 304 | 40 | 36 | 0 | 124 | 125 | 27 | 1 | 111 | 54 |
| Binary | 11000100 | 100000 | 11110 | 0 | 1010100 | 1010101 | 10111 | 1 | 1001001 | 101100 |
Color Harmonies of #C4201E
Complementary color
Monochromatic Colors of #C4201E
Black with #C4201E
Text Example
Text Example
White with #C4201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4201E; }
p { color: rgb(196,32,30); }
H1.HeaderClassName
{
color: #C4201E;
}
.AnyTagClassName
{
color: #C4201E;
}
</style>
background-color css
<style>
a { background-color: #C4201E; }
a { background-color: rgb(196,32,30); }
div.DivClassName
{
background-color: #C4201E;
}
.BgClassName
{
background-color: #C4201E;
}
</style>
border-color css
<style>
span { border-color: #C4201E; }
span { border-color: rgb(196,32,30); }
td.TdClassName
{
border-color: #C4201E;
}
.TagClassName
{
border-color: #C4201E;
}
</style>