Shades of Fire Brick #C61B15
Tints of Fire Brick #C61B15
RGB
CMYK
RGB Variations
Color information
#C61B15 (or 0xC61B15) is known color: Fire Brick. HEX triplet: C6, 1B and 15. RGB value is (198,27,21). Sum of RGB (Red+Green+Blue) = 198+27+21=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B15 is #39E4EA. Grayscale: #4D4D4D. Windows color (decimal): -3794155 or 1383366. OLE color: 1383366.
HSL color Cylindrical-coordinate representation of color #C61B15: hue angle of 2.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61B15 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 21 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.22 |
| HSL | 2.03º | 0.81% | 0.43% | - |
| HSV(B) | 2.03º | 0.89% | 0.78% | - |
| XYZ | 23.82 | 12.84 | 1.93 | - |
| YUV | 77.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 21 | 0 | 0.86 | 0.89 | 0.22 | 2.03 | 0.81 | 0.43 |
| Hex | C6 | 1B | 15 | 0 | 56 | 59 | 16 | 2 | 51 | 2B |
| Octal | 306 | 33 | 25 | 0 | 126 | 131 | 26 | 2 | 121 | 53 |
| Binary | 11000110 | 11011 | 10101 | 0 | 1010110 | 1011001 | 10110 | 10 | 1010001 | 101011 |
Color Harmonies of #C61B15
Complementary color
Monochromatic Colors of #C61B15
Black with #C61B15
Text Example
Text Example
White with #C61B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B15; }
p { color: rgb(198,27,21); }
H1.HeaderClassName
{
color: #C61B15;
}
.AnyTagClassName
{
color: #C61B15;
}
</style>
background-color css
<style>
a { background-color: #C61B15; }
a { background-color: rgb(198,27,21); }
div.DivClassName
{
background-color: #C61B15;
}
.BgClassName
{
background-color: #C61B15;
}
</style>
border-color css
<style>
span { border-color: #C61B15; }
span { border-color: rgb(198,27,21); }
td.TdClassName
{
border-color: #C61B15;
}
.TagClassName
{
border-color: #C61B15;
}
</style>