Shades of Fire Brick #C11711
Tints of Fire Brick #C11711
RGB
CMYK
RGB Variations
Color information
#C11711 (or 0xC11711) is known color: Fire Brick. HEX triplet: C1, 17 and 11. RGB value is (193,23,17). Sum of RGB (Red+Green+Blue) = 193+23+17=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C11711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11711 is #3EE8EE. Grayscale: #494949. Windows color (decimal): -4122863 or 1120193. OLE color: 1120193.
HSL color Cylindrical-coordinate representation of color #C11711: hue angle of 2.05º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11711 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.24 |
| HSL | 2.05º | 0.84% | 0.41% | - |
| HSV(B) | 2.05º | 0.91% | 0.76% | - |
| XYZ | 22.4 | 11.99 | 1.66 | - |
| YUV | 73.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 17 | 0 | 0.88 | 0.91 | 0.24 | 2.05 | 0.84 | 0.41 |
| Hex | C1 | 17 | 11 | 0 | 58 | 5B | 18 | 2 | 54 | 29 |
| Octal | 301 | 27 | 21 | 0 | 130 | 133 | 30 | 2 | 124 | 51 |
| Binary | 11000001 | 10111 | 10001 | 0 | 1011000 | 1011011 | 11000 | 10 | 1010100 | 101001 |
Color Harmonies of #C11711
Complementary color
Monochromatic Colors of #C11711
Black with #C11711
Text Example
Text Example
White with #C11711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11711; }
p { color: rgb(193,23,17); }
H1.HeaderClassName
{
color: #C11711;
}
.AnyTagClassName
{
color: #C11711;
}
</style>
background-color css
<style>
a { background-color: #C11711; }
a { background-color: rgb(193,23,17); }
div.DivClassName
{
background-color: #C11711;
}
.BgClassName
{
background-color: #C11711;
}
</style>
border-color css
<style>
span { border-color: #C11711; }
span { border-color: rgb(193,23,17); }
td.TdClassName
{
border-color: #C11711;
}
.TagClassName
{
border-color: #C11711;
}
</style>