Shades of Fire Brick #C7201F
Tints of Fire Brick #C7201F
RGB
CMYK
RGB Variations
Color information
#C7201F (or 0xC7201F) is known color: Fire Brick. HEX triplet: C7, 20 and 1F. RGB value is (199,32,31). Sum of RGB (Red+Green+Blue) = 199+32+31=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7201F is #38DFE0. Grayscale: #515151. Windows color (decimal): -3727329 or 2040007. OLE color: 2040007.
HSL color Cylindrical-coordinate representation of color #C7201F: hue angle of 0.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7201F is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 31 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.22 |
| HSL | 0.36º | 0.73% | 0.45% | - |
| HSV(B) | 0.36º | 0.84% | 0.78% | - |
| XYZ | 24.32 | 13.27 | 2.58 | - |
| YUV | 81.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 31 | 0 | 0.84 | 0.84 | 0.22 | 0.36 | 0.73 | 0.45 |
| Hex | C7 | 20 | 1F | 0 | 54 | 54 | 16 | 0 | 49 | 2D |
| Octal | 307 | 40 | 37 | 0 | 124 | 124 | 26 | 0 | 111 | 55 |
| Binary | 11000111 | 100000 | 11111 | 0 | 1010100 | 1010100 | 10110 | 0 | 1001001 | 101101 |
Color Harmonies of #C7201F
Complementary color
Monochromatic Colors of #C7201F
Black with #C7201F
Text Example
Text Example
White with #C7201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7201F; }
p { color: rgb(199,32,31); }
H1.HeaderClassName
{
color: #C7201F;
}
.AnyTagClassName
{
color: #C7201F;
}
</style>
background-color css
<style>
a { background-color: #C7201F; }
a { background-color: rgb(199,32,31); }
div.DivClassName
{
background-color: #C7201F;
}
.BgClassName
{
background-color: #C7201F;
}
</style>
border-color css
<style>
span { border-color: #C7201F; }
span { border-color: rgb(199,32,31); }
td.TdClassName
{
border-color: #C7201F;
}
.TagClassName
{
border-color: #C7201F;
}
</style>