Shades of Fire Brick #C61D18
Tints of Fire Brick #C61D18
RGB
CMYK
RGB Variations
Color information
#C61D18 (or 0xC61D18) is known color: Fire Brick. HEX triplet: C6, 1D and 18. RGB value is (198,29,24). Sum of RGB (Red+Green+Blue) = 198+29+24=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61D18 is #39E2E7. Grayscale: #4F4F4F. Windows color (decimal): -3793640 or 1580486. OLE color: 1580486.
HSL color Cylindrical-coordinate representation of color #C61D18: hue angle of 1.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61D18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.22 |
| HSL | 1.72º | 0.78% | 0.44% | - |
| HSV(B) | 1.72º | 0.88% | 0.78% | - |
| XYZ | 23.89 | 12.95 | 2.1 | - |
| YUV | 78.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 24 | 0 | 0.85 | 0.88 | 0.22 | 1.72 | 0.78 | 0.44 |
| Hex | C6 | 1D | 18 | 0 | 55 | 58 | 16 | 2 | 4E | 2C |
| Octal | 306 | 35 | 30 | 0 | 125 | 130 | 26 | 2 | 116 | 54 |
| Binary | 11000110 | 11101 | 11000 | 0 | 1010101 | 1011000 | 10110 | 10 | 1001110 | 101100 |
Color Harmonies of #C61D18
Complementary color
Monochromatic Colors of #C61D18
Black with #C61D18
Text Example
Text Example
White with #C61D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D18; }
p { color: rgb(198,29,24); }
H1.HeaderClassName
{
color: #C61D18;
}
.AnyTagClassName
{
color: #C61D18;
}
</style>
background-color css
<style>
a { background-color: #C61D18; }
a { background-color: rgb(198,29,24); }
div.DivClassName
{
background-color: #C61D18;
}
.BgClassName
{
background-color: #C61D18;
}
</style>
border-color css
<style>
span { border-color: #C61D18; }
span { border-color: rgb(198,29,24); }
td.TdClassName
{
border-color: #C61D18;
}
.TagClassName
{
border-color: #C61D18;
}
</style>