Shades of Fire Brick #C11917
Tints of Fire Brick #C11917
RGB
CMYK
RGB Variations
Color information
#C11917 (or 0xC11917) is known color: Fire Brick. HEX triplet: C1, 19 and 17. RGB value is (193,25,23). Sum of RGB (Red+Green+Blue) = 193+25+23=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C11917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11917 is #3EE6E8. Grayscale: #4B4B4B. Windows color (decimal): -4122345 or 1513921. OLE color: 1513921.
HSL color Cylindrical-coordinate representation of color #C11917: hue angle of 0.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11917 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 23 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.24 |
| HSL | 0.71º | 0.79% | 0.42% | - |
| HSV(B) | 0.71º | 0.88% | 0.76% | - |
| XYZ | 22.49 | 12.09 | 1.96 | - |
| YUV | 75 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 23 | 0 | 0.87 | 0.88 | 0.24 | 0.71 | 0.79 | 0.42 |
| Hex | C1 | 19 | 17 | 0 | 57 | 58 | 18 | 1 | 4F | 2A |
| Octal | 301 | 31 | 27 | 0 | 127 | 130 | 30 | 1 | 117 | 52 |
| Binary | 11000001 | 11001 | 10111 | 0 | 1010111 | 1011000 | 11000 | 1 | 1001111 | 101010 |
Color Harmonies of #C11917
Complementary color
Monochromatic Colors of #C11917
Black with #C11917
Text Example
Text Example
White with #C11917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11917; }
p { color: rgb(193,25,23); }
H1.HeaderClassName
{
color: #C11917;
}
.AnyTagClassName
{
color: #C11917;
}
</style>
background-color css
<style>
a { background-color: #C11917; }
a { background-color: rgb(193,25,23); }
div.DivClassName
{
background-color: #C11917;
}
.BgClassName
{
background-color: #C11917;
}
</style>
border-color css
<style>
span { border-color: #C11917; }
span { border-color: rgb(193,25,23); }
td.TdClassName
{
border-color: #C11917;
}
.TagClassName
{
border-color: #C11917;
}
</style>