Shades of Fire Brick #C6201F
Tints of Fire Brick #C6201F
RGB
CMYK
RGB Variations
Color information
#C6201F (or 0xC6201F) is known color: Fire Brick. HEX triplet: C6, 20 and 1F. RGB value is (198,32,31). Sum of RGB (Red+Green+Blue) = 198+32+31=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6201F is #39DFE0. Grayscale: #515151. Windows color (decimal): -3792865 or 2040006. OLE color: 2040006.
HSL color Cylindrical-coordinate representation of color #C6201F: 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 #C6201F is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 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.05 | 13.14 | 2.56 | - |
| YUV | 81.52 | 99.5 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 31 | 0 | 0.84 | 0.84 | 0.22 | 0.36 | 0.73 | 0.45 |
| Hex | C6 | 20 | 1F | 0 | 54 | 54 | 16 | 0 | 49 | 2D |
| Octal | 306 | 40 | 37 | 0 | 124 | 124 | 26 | 0 | 111 | 55 |
| Binary | 11000110 | 100000 | 11111 | 0 | 1010100 | 1010100 | 10110 | 0 | 1001001 | 101101 |
Color Harmonies of #C6201F
Complementary color
Monochromatic Colors of #C6201F
Black with #C6201F
Text Example
Text Example
White with #C6201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6201F; }
p { color: rgb(198,32,31); }
H1.HeaderClassName
{
color: #C6201F;
}
.AnyTagClassName
{
color: #C6201F;
}
</style>
background-color css
<style>
a { background-color: #C6201F; }
a { background-color: rgb(198,32,31); }
div.DivClassName
{
background-color: #C6201F;
}
.BgClassName
{
background-color: #C6201F;
}
</style>
border-color css
<style>
span { border-color: #C6201F; }
span { border-color: rgb(198,32,31); }
td.TdClassName
{
border-color: #C6201F;
}
.TagClassName
{
border-color: #C6201F;
}
</style>