Shades of Fire Brick #C8221D
Tints of Fire Brick #C8221D
RGB
CMYK
RGB Variations
Color information
#C8221D (or 0xC8221D) is known color: Fire Brick. HEX triplet: C8, 22 and 1D. RGB value is (200,34,29). Sum of RGB (Red+Green+Blue) = 200+34+29=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8221D is #37DDE2. Grayscale: #535353. Windows color (decimal): -3661283 or 1909448. OLE color: 1909448.
HSL color Cylindrical-coordinate representation of color #C8221D: hue angle of 1.75º 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 #C8221D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 29 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.22 |
| HSL | 1.75º | 0.75% | 0.45% | - |
| HSV(B) | 1.75º | 0.86% | 0.78% | - |
| XYZ | 24.61 | 13.51 | 2.47 | - |
| YUV | 83.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 29 | 0 | 0.83 | 0.86 | 0.22 | 1.75 | 0.75 | 0.45 |
| Hex | C8 | 22 | 1D | 0 | 53 | 56 | 16 | 2 | 4B | 2D |
| Octal | 310 | 42 | 35 | 0 | 123 | 126 | 26 | 2 | 113 | 55 |
| Binary | 11001000 | 100010 | 11101 | 0 | 1010011 | 1010110 | 10110 | 10 | 1001011 | 101101 |
Color Harmonies of #C8221D
Complementary color
Monochromatic Colors of #C8221D
Black with #C8221D
Text Example
Text Example
White with #C8221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8221D; }
p { color: rgb(200,34,29); }
H1.HeaderClassName
{
color: #C8221D;
}
.AnyTagClassName
{
color: #C8221D;
}
</style>
background-color css
<style>
a { background-color: #C8221D; }
a { background-color: rgb(200,34,29); }
div.DivClassName
{
background-color: #C8221D;
}
.BgClassName
{
background-color: #C8221D;
}
</style>
border-color css
<style>
span { border-color: #C8221D; }
span { border-color: rgb(200,34,29); }
td.TdClassName
{
border-color: #C8221D;
}
.TagClassName
{
border-color: #C8221D;
}
</style>