Shades of Fire Brick #C11C17
Tints of Fire Brick #C11C17
RGB
CMYK
RGB Variations
Color information
#C11C17 (or 0xC11C17) is known color: Fire Brick. HEX triplet: C1, 1C and 17. RGB value is (193,28,23). Sum of RGB (Red+Green+Blue) = 193+28+23=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C17 is #3EE3E8. Grayscale: #4C4C4C. Windows color (decimal): -4121577 or 1514689. OLE color: 1514689.
HSL color Cylindrical-coordinate representation of color #C11C17: hue angle of 1.76º 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 #C11C17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 23 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.24 |
| HSL | 1.76º | 0.79% | 0.42% | - |
| HSV(B) | 1.76º | 0.88% | 0.76% | - |
| XYZ | 22.56 | 12.23 | 1.98 | - |
| YUV | 76.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 23 | 0 | 0.85 | 0.88 | 0.24 | 1.76 | 0.79 | 0.42 |
| Hex | C1 | 1C | 17 | 0 | 55 | 58 | 18 | 2 | 4F | 2A |
| Octal | 301 | 34 | 27 | 0 | 125 | 130 | 30 | 2 | 117 | 52 |
| Binary | 11000001 | 11100 | 10111 | 0 | 1010101 | 1011000 | 11000 | 10 | 1001111 | 101010 |
Color Harmonies of #C11C17
Complementary color
Monochromatic Colors of #C11C17
Black with #C11C17
Text Example
Text Example
White with #C11C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C17; }
p { color: rgb(193,28,23); }
H1.HeaderClassName
{
color: #C11C17;
}
.AnyTagClassName
{
color: #C11C17;
}
</style>
background-color css
<style>
a { background-color: #C11C17; }
a { background-color: rgb(193,28,23); }
div.DivClassName
{
background-color: #C11C17;
}
.BgClassName
{
background-color: #C11C17;
}
</style>
border-color css
<style>
span { border-color: #C11C17; }
span { border-color: rgb(193,28,23); }
td.TdClassName
{
border-color: #C11C17;
}
.TagClassName
{
border-color: #C11C17;
}
</style>