Shades of Fire Brick #C62620
Tints of Fire Brick #C62620
RGB
CMYK
RGB Variations
Color information
#C62620 (or 0xC62620) is known color: Fire Brick. HEX triplet: C6, 26 and 20. RGB value is (198,38,32). Sum of RGB (Red+Green+Blue) = 198+38+32=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62620 is #39D9DF. Grayscale: #555555. Windows color (decimal): -3791328 or 2107078. OLE color: 2107078.
HSL color Cylindrical-coordinate representation of color #C62620: hue angle of 2.17º 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 #C62620 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 32 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.22 |
| HSL | 2.17º | 0.72% | 0.45% | - |
| HSV(B) | 2.17º | 0.84% | 0.78% | - |
| XYZ | 24.24 | 13.5 | 2.69 | - |
| YUV | 85.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 32 | 0 | 0.81 | 0.84 | 0.22 | 2.17 | 0.72 | 0.45 |
| Hex | C6 | 26 | 20 | 0 | 51 | 54 | 16 | 2 | 48 | 2D |
| Octal | 306 | 46 | 40 | 0 | 121 | 124 | 26 | 2 | 110 | 55 |
| Binary | 11000110 | 100110 | 100000 | 0 | 1010001 | 1010100 | 10110 | 10 | 1001000 | 101101 |
Color Harmonies of #C62620
Complementary color
Monochromatic Colors of #C62620
Black with #C62620
Text Example
Text Example
White with #C62620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62620; }
p { color: rgb(198,38,32); }
H1.HeaderClassName
{
color: #C62620;
}
.AnyTagClassName
{
color: #C62620;
}
</style>
background-color css
<style>
a { background-color: #C62620; }
a { background-color: rgb(198,38,32); }
div.DivClassName
{
background-color: #C62620;
}
.BgClassName
{
background-color: #C62620;
}
</style>
border-color css
<style>
span { border-color: #C62620; }
span { border-color: rgb(198,38,32); }
td.TdClassName
{
border-color: #C62620;
}
.TagClassName
{
border-color: #C62620;
}
</style>