Shades of Fire Brick #C81D16
Tints of Fire Brick #C81D16
RGB
CMYK
RGB Variations
Color information
#C81D16 (or 0xC81D16) is known color: Fire Brick. HEX triplet: C8, 1D and 16. RGB value is (200,29,22). Sum of RGB (Red+Green+Blue) = 200+29+22=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81D16 is #37E2E9. Grayscale: #4F4F4F. Windows color (decimal): -3662570 or 1449416. OLE color: 1449416.
HSL color Cylindrical-coordinate representation of color #C81D16: hue angle of 2.36º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81D16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 22 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.22 |
| HSL | 2.36º | 0.8% | 0.44% | - |
| HSV(B) | 2.36º | 0.89% | 0.78% | - |
| XYZ | 24.4 | 13.22 | 2.02 | - |
| YUV | 79.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 22 | 0 | 0.86 | 0.89 | 0.22 | 2.36 | 0.8 | 0.44 |
| Hex | C8 | 1D | 16 | 0 | 56 | 59 | 16 | 2 | 50 | 2C |
| Octal | 310 | 35 | 26 | 0 | 126 | 131 | 26 | 2 | 120 | 54 |
| Binary | 11001000 | 11101 | 10110 | 0 | 1010110 | 1011001 | 10110 | 10 | 1010000 | 101100 |
Color Harmonies of #C81D16
Complementary color
Monochromatic Colors of #C81D16
Black with #C81D16
Text Example
Text Example
White with #C81D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D16; }
p { color: rgb(200,29,22); }
H1.HeaderClassName
{
color: #C81D16;
}
.AnyTagClassName
{
color: #C81D16;
}
</style>
background-color css
<style>
a { background-color: #C81D16; }
a { background-color: rgb(200,29,22); }
div.DivClassName
{
background-color: #C81D16;
}
.BgClassName
{
background-color: #C81D16;
}
</style>
border-color css
<style>
span { border-color: #C81D16; }
span { border-color: rgb(200,29,22); }
td.TdClassName
{
border-color: #C81D16;
}
.TagClassName
{
border-color: #C81D16;
}
</style>