Shades of Fire Brick #C72018
Tints of Fire Brick #C72018
RGB
CMYK
RGB Variations
Color information
#C72018 (or 0xC72018) is known color: Fire Brick. HEX triplet: C7, 20 and 18. RGB value is (199,32,24). Sum of RGB (Red+Green+Blue) = 199+32+24=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C72018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72018 is #38DFE7. Grayscale: #515151. Windows color (decimal): -3727336 or 1581255. OLE color: 1581255.
HSL color Cylindrical-coordinate representation of color #C72018: hue angle of 2.74º 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 #C72018 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 24 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.22 |
| HSL | 2.74º | 0.78% | 0.44% | - |
| HSV(B) | 2.74º | 0.88% | 0.78% | - |
| XYZ | 24.23 | 13.24 | 2.14 | - |
| YUV | 81.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 24 | 0 | 0.84 | 0.88 | 0.22 | 2.74 | 0.78 | 0.44 |
| Hex | C7 | 20 | 18 | 0 | 54 | 58 | 16 | 3 | 4E | 2C |
| Octal | 307 | 40 | 30 | 0 | 124 | 130 | 26 | 3 | 116 | 54 |
| Binary | 11000111 | 100000 | 11000 | 0 | 1010100 | 1011000 | 10110 | 11 | 1001110 | 101100 |
Color Harmonies of #C72018
Complementary color
Monochromatic Colors of #C72018
Black with #C72018
Text Example
Text Example
White with #C72018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72018; }
p { color: rgb(199,32,24); }
H1.HeaderClassName
{
color: #C72018;
}
.AnyTagClassName
{
color: #C72018;
}
</style>
background-color css
<style>
a { background-color: #C72018; }
a { background-color: rgb(199,32,24); }
div.DivClassName
{
background-color: #C72018;
}
.BgClassName
{
background-color: #C72018;
}
</style>
border-color css
<style>
span { border-color: #C72018; }
span { border-color: rgb(199,32,24); }
td.TdClassName
{
border-color: #C72018;
}
.TagClassName
{
border-color: #C72018;
}
</style>