Shades of Fire Brick #C81615
Tints of Fire Brick #C81615
RGB
CMYK
RGB Variations
Color information
#C81615 (or 0xC81615) is known color: Fire Brick. HEX triplet: C8, 16 and 15. RGB value is (200,22,21). Sum of RGB (Red+Green+Blue) = 200+22+21=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C81615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81615 is #37E9EA. Grayscale: #4B4B4B. Windows color (decimal): -3664363 or 1382088. OLE color: 1382088.
HSL color Cylindrical-coordinate representation of color #C81615: hue angle of 0.34º 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 #C81615 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.22 |
| HSL | 0.34º | 0.81% | 0.43% | - |
| HSV(B) | 0.34º | 0.9% | 0.78% | - |
| XYZ | 24.24 | 12.91 | 1.92 | - |
| YUV | 75.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 21 | 0 | 0.89 | 0.90 | 0.22 | 0.34 | 0.81 | 0.43 |
| Hex | C8 | 16 | 15 | 0 | 59 | 5A | 16 | 0 | 51 | 2B |
| Octal | 310 | 26 | 25 | 0 | 131 | 132 | 26 | 0 | 121 | 53 |
| Binary | 11001000 | 10110 | 10101 | 0 | 1011001 | 1011010 | 10110 | 0 | 1010001 | 101011 |
Color Harmonies of #C81615
Complementary color
Monochromatic Colors of #C81615
Black with #C81615
Text Example
Text Example
White with #C81615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81615; }
p { color: rgb(200,22,21); }
H1.HeaderClassName
{
color: #C81615;
}
.AnyTagClassName
{
color: #C81615;
}
</style>
background-color css
<style>
a { background-color: #C81615; }
a { background-color: rgb(200,22,21); }
div.DivClassName
{
background-color: #C81615;
}
.BgClassName
{
background-color: #C81615;
}
</style>
border-color css
<style>
span { border-color: #C81615; }
span { border-color: rgb(200,22,21); }
td.TdClassName
{
border-color: #C81615;
}
.TagClassName
{
border-color: #C81615;
}
</style>