Shades of Fire Brick #C61815
Tints of Fire Brick #C61815
RGB
CMYK
RGB Variations
Color information
#C61815 (or 0xC61815) is known color: Fire Brick. HEX triplet: C6, 18 and 15. RGB value is (198,24,21). Sum of RGB (Red+Green+Blue) = 198+24+21=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C61815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61815 is #39E7EA. Grayscale: #4B4B4B. Windows color (decimal): -3794923 or 1382598. OLE color: 1382598.
HSL color Cylindrical-coordinate representation of color #C61815: hue angle of 1.02º 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 #C61815 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 21 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.22 |
| HSL | 1.02º | 0.81% | 0.43% | - |
| HSV(B) | 1.02º | 0.89% | 0.78% | - |
| XYZ | 23.75 | 12.71 | 1.91 | - |
| YUV | 75.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 21 | 0 | 0.88 | 0.89 | 0.22 | 1.02 | 0.81 | 0.43 |
| Hex | C6 | 18 | 15 | 0 | 58 | 59 | 16 | 1 | 51 | 2B |
| Octal | 306 | 30 | 25 | 0 | 130 | 131 | 26 | 1 | 121 | 53 |
| Binary | 11000110 | 11000 | 10101 | 0 | 1011000 | 1011001 | 10110 | 1 | 1010001 | 101011 |
Color Harmonies of #C61815
Complementary color
Monochromatic Colors of #C61815
Black with #C61815
Text Example
Text Example
White with #C61815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61815; }
p { color: rgb(198,24,21); }
H1.HeaderClassName
{
color: #C61815;
}
.AnyTagClassName
{
color: #C61815;
}
</style>
background-color css
<style>
a { background-color: #C61815; }
a { background-color: rgb(198,24,21); }
div.DivClassName
{
background-color: #C61815;
}
.BgClassName
{
background-color: #C61815;
}
</style>
border-color css
<style>
span { border-color: #C61815; }
span { border-color: rgb(198,24,21); }
td.TdClassName
{
border-color: #C61815;
}
.TagClassName
{
border-color: #C61815;
}
</style>