Shades of Fire Brick #C81C15
Tints of Fire Brick #C81C15
RGB
CMYK
RGB Variations
Color information
#C81C15 (or 0xC81C15) is known color: Fire Brick. HEX triplet: C8, 1C and 15. RGB value is (200,28,21). Sum of RGB (Red+Green+Blue) = 200+28+21=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C15 is #37E3EA. Grayscale: #4E4E4E. Windows color (decimal): -3662827 or 1383624. OLE color: 1383624.
HSL color Cylindrical-coordinate representation of color #C81C15: hue angle of 2.35º 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 #C81C15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.22 |
| HSL | 2.35º | 0.81% | 0.43% | - |
| HSV(B) | 2.35º | 0.9% | 0.78% | - |
| XYZ | 24.37 | 13.16 | 1.97 | - |
| YUV | 78.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 21 | 0 | 0.86 | 0.90 | 0.22 | 2.35 | 0.81 | 0.43 |
| Hex | C8 | 1C | 15 | 0 | 56 | 5A | 16 | 2 | 51 | 2B |
| Octal | 310 | 34 | 25 | 0 | 126 | 132 | 26 | 2 | 121 | 53 |
| Binary | 11001000 | 11100 | 10101 | 0 | 1010110 | 1011010 | 10110 | 10 | 1010001 | 101011 |
Color Harmonies of #C81C15
Complementary color
Monochromatic Colors of #C81C15
Black with #C81C15
Text Example
Text Example
White with #C81C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C15; }
p { color: rgb(200,28,21); }
H1.HeaderClassName
{
color: #C81C15;
}
.AnyTagClassName
{
color: #C81C15;
}
</style>
background-color css
<style>
a { background-color: #C81C15; }
a { background-color: rgb(200,28,21); }
div.DivClassName
{
background-color: #C81C15;
}
.BgClassName
{
background-color: #C81C15;
}
</style>
border-color css
<style>
span { border-color: #C81C15; }
span { border-color: rgb(200,28,21); }
td.TdClassName
{
border-color: #C81C15;
}
.TagClassName
{
border-color: #C81C15;
}
</style>