Shades of Fire Brick #C82620
Tints of Fire Brick #C82620
RGB
CMYK
RGB Variations
Color information
#C82620 (or 0xC82620) is known color: Fire Brick. HEX triplet: C8, 26 and 20. RGB value is (200,38,32). Sum of RGB (Red+Green+Blue) = 200+38+32=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C82620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82620 is #37D9DF. Grayscale: #555555. Windows color (decimal): -3660256 or 2107080. OLE color: 2107080.
HSL color Cylindrical-coordinate representation of color #C82620: hue angle of 2.14º 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 #C82620 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 32 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.22 |
| HSL | 2.14º | 0.72% | 0.45% | - |
| HSV(B) | 2.14º | 0.84% | 0.78% | - |
| XYZ | 24.77 | 13.77 | 2.72 | - |
| YUV | 85.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 32 | 0 | 0.81 | 0.84 | 0.22 | 2.14 | 0.72 | 0.45 |
| Hex | C8 | 26 | 20 | 0 | 51 | 54 | 16 | 2 | 48 | 2D |
| Octal | 310 | 46 | 40 | 0 | 121 | 124 | 26 | 2 | 110 | 55 |
| Binary | 11001000 | 100110 | 100000 | 0 | 1010001 | 1010100 | 10110 | 10 | 1001000 | 101101 |
Color Harmonies of #C82620
Complementary color
Monochromatic Colors of #C82620
Black with #C82620
Text Example
Text Example
White with #C82620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82620; }
p { color: rgb(200,38,32); }
H1.HeaderClassName
{
color: #C82620;
}
.AnyTagClassName
{
color: #C82620;
}
</style>
background-color css
<style>
a { background-color: #C82620; }
a { background-color: rgb(200,38,32); }
div.DivClassName
{
background-color: #C82620;
}
.BgClassName
{
background-color: #C82620;
}
</style>
border-color css
<style>
span { border-color: #C82620; }
span { border-color: rgb(200,38,32); }
td.TdClassName
{
border-color: #C82620;
}
.TagClassName
{
border-color: #C82620;
}
</style>