Shades of Fire Brick #C81B14
Tints of Fire Brick #C81B14
RGB
CMYK
RGB Variations
Color information
#C81B14 (or 0xC81B14) is known color: Fire Brick. HEX triplet: C8, 1B and 14. RGB value is (200,27,20). Sum of RGB (Red+Green+Blue) = 200+27+20=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81B14 is #37E4EB. Grayscale: #4E4E4E. Windows color (decimal): -3663084 or 1317832. OLE color: 1317832.
HSL color Cylindrical-coordinate representation of color #C81B14: hue angle of 2.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81B14 is Cyan = 0, Magento = 0.86, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 20 | - |
| CMYK | 0 | 0.86 | 0.9 | 0.22 |
| HSL | 2.33º | 0.82% | 0.43% | - |
| HSV(B) | 2.33º | 0.9% | 0.78% | - |
| XYZ | 24.34 | 13.11 | 1.91 | - |
| YUV | 77.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 20 | 0 | 0.86 | 0.9 | 0.22 | 2.33 | 0.82 | 0.43 |
| Hex | C8 | 1B | 14 | 0 | 56 | 5A | 16 | 2 | 52 | 2B |
| Octal | 310 | 33 | 24 | 0 | 126 | 132 | 26 | 2 | 122 | 53 |
| Binary | 11001000 | 11011 | 10100 | 0 | 1010110 | 1011010 | 10110 | 10 | 1010010 | 101011 |
Color Harmonies of #C81B14
Complementary color
Monochromatic Colors of #C81B14
Black with #C81B14
Text Example
Text Example
White with #C81B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B14; }
p { color: rgb(200,27,20); }
H1.HeaderClassName
{
color: #C81B14;
}
.AnyTagClassName
{
color: #C81B14;
}
</style>
background-color css
<style>
a { background-color: #C81B14; }
a { background-color: rgb(200,27,20); }
div.DivClassName
{
background-color: #C81B14;
}
.BgClassName
{
background-color: #C81B14;
}
</style>
border-color css
<style>
span { border-color: #C81B14; }
span { border-color: rgb(200,27,20); }
td.TdClassName
{
border-color: #C81B14;
}
.TagClassName
{
border-color: #C81B14;
}
</style>