Shades of Fire Brick #C11814
Tints of Fire Brick #C11814
RGB
CMYK
RGB Variations
Color information
#C11814 (or 0xC11814) is known color: Fire Brick. HEX triplet: C1, 18 and 14. RGB value is (193,24,20). Sum of RGB (Red+Green+Blue) = 193+24+20=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11814 is #3EE7EB. Grayscale: #4A4A4A. Windows color (decimal): -4122604 or 1317057. OLE color: 1317057.
HSL color Cylindrical-coordinate representation of color #C11814: hue angle of 1.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11814 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.24 |
| HSL | 1.39º | 0.81% | 0.42% | - |
| HSV(B) | 1.39º | 0.9% | 0.76% | - |
| XYZ | 22.45 | 12.04 | 1.8 | - |
| YUV | 74.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 20 | 0 | 0.88 | 0.90 | 0.24 | 1.39 | 0.81 | 0.42 |
| Hex | C1 | 18 | 14 | 0 | 58 | 5A | 18 | 1 | 51 | 2A |
| Octal | 301 | 30 | 24 | 0 | 130 | 132 | 30 | 1 | 121 | 52 |
| Binary | 11000001 | 11000 | 10100 | 0 | 1011000 | 1011010 | 11000 | 1 | 1010001 | 101010 |
Color Harmonies of #C11814
Complementary color
Monochromatic Colors of #C11814
Black with #C11814
Text Example
Text Example
White with #C11814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11814; }
p { color: rgb(193,24,20); }
H1.HeaderClassName
{
color: #C11814;
}
.AnyTagClassName
{
color: #C11814;
}
</style>
background-color css
<style>
a { background-color: #C11814; }
a { background-color: rgb(193,24,20); }
div.DivClassName
{
background-color: #C11814;
}
.BgClassName
{
background-color: #C11814;
}
</style>
border-color css
<style>
span { border-color: #C11814; }
span { border-color: rgb(193,24,20); }
td.TdClassName
{
border-color: #C11814;
}
.TagClassName
{
border-color: #C11814;
}
</style>