Shades of Fire Brick #C11914
Tints of Fire Brick #C11914
RGB
CMYK
RGB Variations
Color information
#C11914 (or 0xC11914) is known color: Fire Brick. HEX triplet: C1, 19 and 14. RGB value is (193,25,20). Sum of RGB (Red+Green+Blue) = 193+25+20=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C11914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11914 is #3EE6EB. Grayscale: #4A4A4A. Windows color (decimal): -4122348 or 1317313. OLE color: 1317313.
HSL color Cylindrical-coordinate representation of color #C11914: hue angle of 1.73º 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 #C11914 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.24 |
| HSL | 1.73º | 0.81% | 0.42% | - |
| HSV(B) | 1.73º | 0.9% | 0.76% | - |
| XYZ | 22.47 | 12.08 | 1.81 | - |
| YUV | 74.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 20 | 0 | 0.87 | 0.90 | 0.24 | 1.73 | 0.81 | 0.42 |
| Hex | C1 | 19 | 14 | 0 | 57 | 5A | 18 | 2 | 51 | 2A |
| Octal | 301 | 31 | 24 | 0 | 127 | 132 | 30 | 2 | 121 | 52 |
| Binary | 11000001 | 11001 | 10100 | 0 | 1010111 | 1011010 | 11000 | 10 | 1010001 | 101010 |
Color Harmonies of #C11914
Complementary color
Monochromatic Colors of #C11914
Black with #C11914
Text Example
Text Example
White with #C11914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11914; }
p { color: rgb(193,25,20); }
H1.HeaderClassName
{
color: #C11914;
}
.AnyTagClassName
{
color: #C11914;
}
</style>
background-color css
<style>
a { background-color: #C11914; }
a { background-color: rgb(193,25,20); }
div.DivClassName
{
background-color: #C11914;
}
.BgClassName
{
background-color: #C11914;
}
</style>
border-color css
<style>
span { border-color: #C11914; }
span { border-color: rgb(193,25,20); }
td.TdClassName
{
border-color: #C11914;
}
.TagClassName
{
border-color: #C11914;
}
</style>