Shades of Fire Brick #C82120
Tints of Fire Brick #C82120
RGB
CMYK
RGB Variations
Color information
#C82120 (or 0xC82120) is known color: Fire Brick. HEX triplet: C8, 21 and 20. RGB value is (200,33,32). Sum of RGB (Red+Green+Blue) = 200+33+32=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C82120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82120 is #37DEDF. Grayscale: #525252. Windows color (decimal): -3661536 or 2105800. OLE color: 2105800.
HSL color Cylindrical-coordinate representation of color #C82120: hue angle of 0.36º 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 #C82120 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 32 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.22 |
| HSL | 0.36º | 0.72% | 0.45% | - |
| HSV(B) | 0.36º | 0.84% | 0.78% | - |
| XYZ | 24.62 | 13.47 | 2.67 | - |
| YUV | 82.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 32 | 0 | 0.84 | 0.84 | 0.22 | 0.36 | 0.72 | 0.45 |
| Hex | C8 | 21 | 20 | 0 | 54 | 54 | 16 | 0 | 48 | 2D |
| Octal | 310 | 41 | 40 | 0 | 124 | 124 | 26 | 0 | 110 | 55 |
| Binary | 11001000 | 100001 | 100000 | 0 | 1010100 | 1010100 | 10110 | 0 | 1001000 | 101101 |
Color Harmonies of #C82120
Complementary color
Monochromatic Colors of #C82120
Black with #C82120
Text Example
Text Example
White with #C82120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82120; }
p { color: rgb(200,33,32); }
H1.HeaderClassName
{
color: #C82120;
}
.AnyTagClassName
{
color: #C82120;
}
</style>
background-color css
<style>
a { background-color: #C82120; }
a { background-color: rgb(200,33,32); }
div.DivClassName
{
background-color: #C82120;
}
.BgClassName
{
background-color: #C82120;
}
</style>
border-color css
<style>
span { border-color: #C82120; }
span { border-color: rgb(200,33,32); }
td.TdClassName
{
border-color: #C82120;
}
.TagClassName
{
border-color: #C82120;
}
</style>