Shades of Fire Brick #C11B11
Tints of Fire Brick #C11B11
RGB
CMYK
RGB Variations
Color information
#C11B11 (or 0xC11B11) is known color: Fire Brick. HEX triplet: C1, 1B and 11. RGB value is (193,27,17). Sum of RGB (Red+Green+Blue) = 193+27+17=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B11 is #3EE4EE. Grayscale: #4B4B4B. Windows color (decimal): -4121839 or 1121217. OLE color: 1121217.
HSL color Cylindrical-coordinate representation of color #C11B11: hue angle of 3.41º 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 #C11B11 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 17 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.24 |
| HSL | 3.41º | 0.84% | 0.41% | - |
| HSV(B) | 3.41º | 0.91% | 0.76% | - |
| XYZ | 22.49 | 12.16 | 1.69 | - |
| YUV | 75.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 17 | 0 | 0.86 | 0.91 | 0.24 | 3.41 | 0.84 | 0.41 |
| Hex | C1 | 1B | 11 | 0 | 56 | 5B | 18 | 3 | 54 | 29 |
| Octal | 301 | 33 | 21 | 0 | 126 | 133 | 30 | 3 | 124 | 51 |
| Binary | 11000001 | 11011 | 10001 | 0 | 1010110 | 1011011 | 11000 | 11 | 1010100 | 101001 |
Color Harmonies of #C11B11
Complementary color
Monochromatic Colors of #C11B11
Black with #C11B11
Text Example
Text Example
White with #C11B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B11; }
p { color: rgb(193,27,17); }
H1.HeaderClassName
{
color: #C11B11;
}
.AnyTagClassName
{
color: #C11B11;
}
</style>
background-color css
<style>
a { background-color: #C11B11; }
a { background-color: rgb(193,27,17); }
div.DivClassName
{
background-color: #C11B11;
}
.BgClassName
{
background-color: #C11B11;
}
</style>
border-color css
<style>
span { border-color: #C11B11; }
span { border-color: rgb(193,27,17); }
td.TdClassName
{
border-color: #C11B11;
}
.TagClassName
{
border-color: #C11B11;
}
</style>