Shades of Fire Brick #C11A14
Tints of Fire Brick #C11A14
RGB
CMYK
RGB Variations
Color information
#C11A14 (or 0xC11A14) is known color: Fire Brick. HEX triplet: C1, 1A and 14. RGB value is (193,26,20). Sum of RGB (Red+Green+Blue) = 193+26+20=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A14 is #3EE5EB. Grayscale: #4B4B4B. Windows color (decimal): -4122092 or 1317569. OLE color: 1317569.
HSL color Cylindrical-coordinate representation of color #C11A14: hue angle of 2.08º 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 #C11A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.24 |
| HSL | 2.08º | 0.81% | 0.42% | - |
| HSV(B) | 2.08º | 0.9% | 0.76% | - |
| XYZ | 22.49 | 12.13 | 1.82 | - |
| YUV | 75.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 20 | 0 | 0.87 | 0.90 | 0.24 | 2.08 | 0.81 | 0.42 |
| Hex | C1 | 1A | 14 | 0 | 57 | 5A | 18 | 2 | 51 | 2A |
| Octal | 301 | 32 | 24 | 0 | 127 | 132 | 30 | 2 | 121 | 52 |
| Binary | 11000001 | 11010 | 10100 | 0 | 1010111 | 1011010 | 11000 | 10 | 1010001 | 101010 |
Color Harmonies of #C11A14
Complementary color
Monochromatic Colors of #C11A14
Black with #C11A14
Text Example
Text Example
White with #C11A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A14; }
p { color: rgb(193,26,20); }
H1.HeaderClassName
{
color: #C11A14;
}
.AnyTagClassName
{
color: #C11A14;
}
</style>
background-color css
<style>
a { background-color: #C11A14; }
a { background-color: rgb(193,26,20); }
div.DivClassName
{
background-color: #C11A14;
}
.BgClassName
{
background-color: #C11A14;
}
</style>
border-color css
<style>
span { border-color: #C11A14; }
span { border-color: rgb(193,26,20); }
td.TdClassName
{
border-color: #C11A14;
}
.TagClassName
{
border-color: #C11A14;
}
</style>