Shades of Fire Brick #C11C0E
Tints of Fire Brick #C11C0E
RGB
CMYK
RGB Variations
Color information
#C11C0E (or 0xC11C0E) is known color: Fire Brick. HEX triplet: C1, 1C and 0E. RGB value is (193,28,14). Sum of RGB (Red+Green+Blue) = 193+28+14=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C0E is #3EE3F1. Grayscale: #4B4B4B. Windows color (decimal): -4121586 or 924865. OLE color: 924865.
HSL color Cylindrical-coordinate representation of color #C11C0E: hue angle of 4.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C11C0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 14 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.24 |
| HSL | 4.69º | 0.86% | 0.41% | - |
| HSV(B) | 4.69º | 0.93% | 0.76% | - |
| XYZ | 22.49 | 12.2 | 1.59 | - |
| YUV | 75.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 14 | 0 | 0.85 | 0.93 | 0.24 | 4.69 | 0.86 | 0.41 |
| Hex | C1 | 1C | E | 0 | 55 | 5D | 18 | 5 | 56 | 29 |
| Octal | 301 | 34 | 16 | 0 | 125 | 135 | 30 | 5 | 126 | 51 |
| Binary | 11000001 | 11100 | 1110 | 0 | 1010101 | 1011101 | 11000 | 101 | 1010110 | 101001 |
Color Harmonies of #C11C0E
Complementary color
Monochromatic Colors of #C11C0E
Black with #C11C0E
Text Example
Text Example
White with #C11C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C0E; }
p { color: rgb(193,28,14); }
H1.HeaderClassName
{
color: #C11C0E;
}
.AnyTagClassName
{
color: #C11C0E;
}
</style>
background-color css
<style>
a { background-color: #C11C0E; }
a { background-color: rgb(193,28,14); }
div.DivClassName
{
background-color: #C11C0E;
}
.BgClassName
{
background-color: #C11C0E;
}
</style>
border-color css
<style>
span { border-color: #C11C0E; }
span { border-color: rgb(193,28,14); }
td.TdClassName
{
border-color: #C11C0E;
}
.TagClassName
{
border-color: #C11C0E;
}
</style>