Shades of Fire Brick #C81815
Tints of Fire Brick #C81815
RGB
CMYK
RGB Variations
Color information
#C81815 (or 0xC81815) is known color: Fire Brick. HEX triplet: C8, 18 and 15. RGB value is (200,24,21). Sum of RGB (Red+Green+Blue) = 200+24+21=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C81815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81815 is #37E7EA. Grayscale: #4C4C4C. Windows color (decimal): -3663851 or 1382600. OLE color: 1382600.
HSL color Cylindrical-coordinate representation of color #C81815: hue angle of 1.01º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81815 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.22 |
| HSL | 1.01º | 0.81% | 0.43% | - |
| HSV(B) | 1.01º | 0.9% | 0.78% | - |
| XYZ | 24.28 | 12.99 | 1.94 | - |
| YUV | 76.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 21 | 0 | 0.88 | 0.90 | 0.22 | 1.01 | 0.81 | 0.43 |
| Hex | C8 | 18 | 15 | 0 | 58 | 5A | 16 | 1 | 51 | 2B |
| Octal | 310 | 30 | 25 | 0 | 130 | 132 | 26 | 1 | 121 | 53 |
| Binary | 11001000 | 11000 | 10101 | 0 | 1011000 | 1011010 | 10110 | 1 | 1010001 | 101011 |
Color Harmonies of #C81815
Complementary color
Monochromatic Colors of #C81815
Black with #C81815
Text Example
Text Example
White with #C81815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81815; }
p { color: rgb(200,24,21); }
H1.HeaderClassName
{
color: #C81815;
}
.AnyTagClassName
{
color: #C81815;
}
</style>
background-color css
<style>
a { background-color: #C81815; }
a { background-color: rgb(200,24,21); }
div.DivClassName
{
background-color: #C81815;
}
.BgClassName
{
background-color: #C81815;
}
</style>
border-color css
<style>
span { border-color: #C81815; }
span { border-color: rgb(200,24,21); }
td.TdClassName
{
border-color: #C81815;
}
.TagClassName
{
border-color: #C81815;
}
</style>