Shades of Fire Brick #C6190F
Tints of Fire Brick #C6190F
RGB
CMYK
RGB Variations
Color information
#C6190F (or 0xC6190F) is known color: Fire Brick. HEX triplet: C6, 19 and 0F. RGB value is (198,25,15). Sum of RGB (Red+Green+Blue) = 198+25+15=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C6190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6190F is #39E6F0. Grayscale: #4B4B4B. Windows color (decimal): -3794673 or 989638. OLE color: 989638.
HSL color Cylindrical-coordinate representation of color #C6190F: hue angle of 3.28º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6190F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 15 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.22 |
| HSL | 3.28º | 0.86% | 0.42% | - |
| HSV(B) | 3.28º | 0.92% | 0.78% | - |
| XYZ | 23.72 | 12.74 | 1.66 | - |
| YUV | 75.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 15 | 0 | 0.87 | 0.92 | 0.22 | 3.28 | 0.86 | 0.42 |
| Hex | C6 | 19 | F | 0 | 57 | 5C | 16 | 3 | 56 | 2A |
| Octal | 306 | 31 | 17 | 0 | 127 | 134 | 26 | 3 | 126 | 52 |
| Binary | 11000110 | 11001 | 1111 | 0 | 1010111 | 1011100 | 10110 | 11 | 1010110 | 101010 |
Color Harmonies of #C6190F
Complementary color
Monochromatic Colors of #C6190F
Black with #C6190F
Text Example
Text Example
White with #C6190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6190F; }
p { color: rgb(198,25,15); }
H1.HeaderClassName
{
color: #C6190F;
}
.AnyTagClassName
{
color: #C6190F;
}
</style>
background-color css
<style>
a { background-color: #C6190F; }
a { background-color: rgb(198,25,15); }
div.DivClassName
{
background-color: #C6190F;
}
.BgClassName
{
background-color: #C6190F;
}
</style>
border-color css
<style>
span { border-color: #C6190F; }
span { border-color: rgb(198,25,15); }
td.TdClassName
{
border-color: #C6190F;
}
.TagClassName
{
border-color: #C6190F;
}
</style>