Shades of Fire Brick #C11B17
Tints of Fire Brick #C11B17
RGB
CMYK
RGB Variations
Color information
#C11B17 (or 0xC11B17) is known color: Fire Brick. HEX triplet: C1, 1B and 17. RGB value is (193,27,23). Sum of RGB (Red+Green+Blue) = 193+27+23=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B17 is #3EE4E8. Grayscale: #4C4C4C. Windows color (decimal): -4121833 or 1514433. OLE color: 1514433.
HSL color Cylindrical-coordinate representation of color #C11B17: hue angle of 1.41º 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 #C11B17 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 23 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.24 |
| HSL | 1.41º | 0.79% | 0.42% | - |
| HSV(B) | 1.41º | 0.88% | 0.76% | - |
| XYZ | 22.54 | 12.18 | 1.97 | - |
| YUV | 76.18 | 98 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 23 | 0 | 0.86 | 0.88 | 0.24 | 1.41 | 0.79 | 0.42 |
| Hex | C1 | 1B | 17 | 0 | 56 | 58 | 18 | 1 | 4F | 2A |
| Octal | 301 | 33 | 27 | 0 | 126 | 130 | 30 | 1 | 117 | 52 |
| Binary | 11000001 | 11011 | 10111 | 0 | 1010110 | 1011000 | 11000 | 1 | 1001111 | 101010 |
Color Harmonies of #C11B17
Complementary color
Monochromatic Colors of #C11B17
Black with #C11B17
Text Example
Text Example
White with #C11B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B17; }
p { color: rgb(193,27,23); }
H1.HeaderClassName
{
color: #C11B17;
}
.AnyTagClassName
{
color: #C11B17;
}
</style>
background-color css
<style>
a { background-color: #C11B17; }
a { background-color: rgb(193,27,23); }
div.DivClassName
{
background-color: #C11B17;
}
.BgClassName
{
background-color: #C11B17;
}
</style>
border-color css
<style>
span { border-color: #C11B17; }
span { border-color: rgb(193,27,23); }
td.TdClassName
{
border-color: #C11B17;
}
.TagClassName
{
border-color: #C11B17;
}
</style>