Shades of Fire Brick #C61A18
Tints of Fire Brick #C61A18
RGB
CMYK
RGB Variations
Color information
#C61A18 (or 0xC61A18) is known color: Fire Brick. HEX triplet: C6, 1A and 18. RGB value is (198,26,24). Sum of RGB (Red+Green+Blue) = 198+26+24=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A18 is #39E5E7. Grayscale: #4D4D4D. Windows color (decimal): -3794408 or 1579718. OLE color: 1579718.
HSL color Cylindrical-coordinate representation of color #C61A18: hue angle of 0.69º 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 #C61A18 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 24 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.22 |
| HSL | 0.69º | 0.78% | 0.44% | - |
| HSV(B) | 0.69º | 0.88% | 0.78% | - |
| XYZ | 23.82 | 12.81 | 2.08 | - |
| YUV | 77.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 24 | 0 | 0.87 | 0.88 | 0.22 | 0.69 | 0.78 | 0.44 |
| Hex | C6 | 1A | 18 | 0 | 57 | 58 | 16 | 1 | 4E | 2C |
| Octal | 306 | 32 | 30 | 0 | 127 | 130 | 26 | 1 | 116 | 54 |
| Binary | 11000110 | 11010 | 11000 | 0 | 1010111 | 1011000 | 10110 | 1 | 1001110 | 101100 |
Color Harmonies of #C61A18
Complementary color
Monochromatic Colors of #C61A18
Black with #C61A18
Text Example
Text Example
White with #C61A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A18; }
p { color: rgb(198,26,24); }
H1.HeaderClassName
{
color: #C61A18;
}
.AnyTagClassName
{
color: #C61A18;
}
</style>
background-color css
<style>
a { background-color: #C61A18; }
a { background-color: rgb(198,26,24); }
div.DivClassName
{
background-color: #C61A18;
}
.BgClassName
{
background-color: #C61A18;
}
</style>
border-color css
<style>
span { border-color: #C61A18; }
span { border-color: rgb(198,26,24); }
td.TdClassName
{
border-color: #C61A18;
}
.TagClassName
{
border-color: #C61A18;
}
</style>