Shades of Fire Brick #C72620
Tints of Fire Brick #C72620
RGB
CMYK
RGB Variations
Color information
#C72620 (or 0xC72620) is known color: Fire Brick. HEX triplet: C7, 26 and 20. RGB value is (199,38,32). Sum of RGB (Red+Green+Blue) = 199+38+32=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C72620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72620 is #38D9DF. Grayscale: #555555. Windows color (decimal): -3725792 or 2107079. OLE color: 2107079.
HSL color Cylindrical-coordinate representation of color #C72620: hue angle of 2.16º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72620 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 32 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.22 |
| HSL | 2.16º | 0.72% | 0.45% | - |
| HSV(B) | 2.16º | 0.84% | 0.78% | - |
| XYZ | 24.51 | 13.63 | 2.71 | - |
| YUV | 85.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 32 | 0 | 0.81 | 0.84 | 0.22 | 2.16 | 0.72 | 0.45 |
| Hex | C7 | 26 | 20 | 0 | 51 | 54 | 16 | 2 | 48 | 2D |
| Octal | 307 | 46 | 40 | 0 | 121 | 124 | 26 | 2 | 110 | 55 |
| Binary | 11000111 | 100110 | 100000 | 0 | 1010001 | 1010100 | 10110 | 10 | 1001000 | 101101 |
Color Harmonies of #C72620
Complementary color
Monochromatic Colors of #C72620
Black with #C72620
Text Example
Text Example
White with #C72620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72620; }
p { color: rgb(199,38,32); }
H1.HeaderClassName
{
color: #C72620;
}
.AnyTagClassName
{
color: #C72620;
}
</style>
background-color css
<style>
a { background-color: #C72620; }
a { background-color: rgb(199,38,32); }
div.DivClassName
{
background-color: #C72620;
}
.BgClassName
{
background-color: #C72620;
}
</style>
border-color css
<style>
span { border-color: #C72620; }
span { border-color: rgb(199,38,32); }
td.TdClassName
{
border-color: #C72620;
}
.TagClassName
{
border-color: #C72620;
}
</style>