Shades of Fire Brick #C82321
Tints of Fire Brick #C82321
RGB
CMYK
RGB Variations
Color information
#C82321 (or 0xC82321) is known color: Fire Brick. HEX triplet: C8, 23 and 21. RGB value is (200,35,33). Sum of RGB (Red+Green+Blue) = 200+35+33=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C82321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82321 is #37DCDE. Grayscale: #545454. Windows color (decimal): -3661023 or 2171848. OLE color: 2171848.
HSL color Cylindrical-coordinate representation of color #C82321: hue angle of 0.72º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82321 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.22 |
| HSL | 0.72º | 0.72% | 0.46% | - |
| HSV(B) | 0.72º | 0.84% | 0.78% | - |
| XYZ | 24.69 | 13.59 | 2.76 | - |
| YUV | 84.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 33 | 0 | 0.82 | 0.84 | 0.22 | 0.72 | 0.72 | 0.46 |
| Hex | C8 | 23 | 21 | 0 | 52 | 54 | 16 | 1 | 48 | 2E |
| Octal | 310 | 43 | 41 | 0 | 122 | 124 | 26 | 1 | 110 | 56 |
| Binary | 11001000 | 100011 | 100001 | 0 | 1010010 | 1010100 | 10110 | 1 | 1001000 | 101110 |
Color Harmonies of #C82321
Complementary color
Monochromatic Colors of #C82321
Black with #C82321
Text Example
Text Example
White with #C82321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82321; }
p { color: rgb(200,35,33); }
H1.HeaderClassName
{
color: #C82321;
}
.AnyTagClassName
{
color: #C82321;
}
</style>
background-color css
<style>
a { background-color: #C82321; }
a { background-color: rgb(200,35,33); }
div.DivClassName
{
background-color: #C82321;
}
.BgClassName
{
background-color: #C82321;
}
</style>
border-color css
<style>
span { border-color: #C82321; }
span { border-color: rgb(200,35,33); }
td.TdClassName
{
border-color: #C82321;
}
.TagClassName
{
border-color: #C82321;
}
</style>