Shades of Fire Brick #C8211C
Tints of Fire Brick #C8211C
RGB
CMYK
RGB Variations
Color information
#C8211C (or 0xC8211C) is known color: Fire Brick. HEX triplet: C8, 21 and 1C. RGB value is (200,33,28). Sum of RGB (Red+Green+Blue) = 200+33+28=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8211C is #37DEE3. Grayscale: #525252. Windows color (decimal): -3661540 or 1843656. OLE color: 1843656.
HSL color Cylindrical-coordinate representation of color #C8211C: hue angle of 1.74º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8211C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 28 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.22 |
| HSL | 1.74º | 0.75% | 0.45% | - |
| HSV(B) | 1.74º | 0.86% | 0.78% | - |
| XYZ | 24.57 | 13.45 | 2.4 | - |
| YUV | 82.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 28 | 0 | 0.84 | 0.86 | 0.22 | 1.74 | 0.75 | 0.45 |
| Hex | C8 | 21 | 1C | 0 | 54 | 56 | 16 | 2 | 4B | 2D |
| Octal | 310 | 41 | 34 | 0 | 124 | 126 | 26 | 2 | 113 | 55 |
| Binary | 11001000 | 100001 | 11100 | 0 | 1010100 | 1010110 | 10110 | 10 | 1001011 | 101101 |
Color Harmonies of #C8211C
Complementary color
Monochromatic Colors of #C8211C
Black with #C8211C
Text Example
Text Example
White with #C8211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8211C; }
p { color: rgb(200,33,28); }
H1.HeaderClassName
{
color: #C8211C;
}
.AnyTagClassName
{
color: #C8211C;
}
</style>
background-color css
<style>
a { background-color: #C8211C; }
a { background-color: rgb(200,33,28); }
div.DivClassName
{
background-color: #C8211C;
}
.BgClassName
{
background-color: #C8211C;
}
</style>
border-color css
<style>
span { border-color: #C8211C; }
span { border-color: rgb(200,33,28); }
td.TdClassName
{
border-color: #C8211C;
}
.TagClassName
{
border-color: #C8211C;
}
</style>