Shades of Fire Brick #C11710
Tints of Fire Brick #C11710
RGB
CMYK
RGB Variations
Color information
#C11710 (or 0xC11710) is known color: Fire Brick. HEX triplet: C1, 17 and 10. RGB value is (193,23,16). Sum of RGB (Red+Green+Blue) = 193+23+16=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C11710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11710 is #3EE8EF. Grayscale: #494949. Windows color (decimal): -4122864 or 1054657. OLE color: 1054657.
HSL color Cylindrical-coordinate representation of color #C11710: hue angle of 2.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11710 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.24 |
| HSL | 2.37º | 0.85% | 0.41% | - |
| HSV(B) | 2.37º | 0.92% | 0.76% | - |
| XYZ | 22.39 | 11.99 | 1.62 | - |
| YUV | 73.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 16 | 0 | 0.88 | 0.92 | 0.24 | 2.37 | 0.85 | 0.41 |
| Hex | C1 | 17 | 10 | 0 | 58 | 5C | 18 | 2 | 55 | 29 |
| Octal | 301 | 27 | 20 | 0 | 130 | 134 | 30 | 2 | 125 | 51 |
| Binary | 11000001 | 10111 | 10000 | 0 | 1011000 | 1011100 | 11000 | 10 | 1010101 | 101001 |
Color Harmonies of #C11710
Complementary color
Monochromatic Colors of #C11710
Black with #C11710
Text Example
Text Example
White with #C11710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11710; }
p { color: rgb(193,23,16); }
H1.HeaderClassName
{
color: #C11710;
}
.AnyTagClassName
{
color: #C11710;
}
</style>
background-color css
<style>
a { background-color: #C11710; }
a { background-color: rgb(193,23,16); }
div.DivClassName
{
background-color: #C11710;
}
.BgClassName
{
background-color: #C11710;
}
</style>
border-color css
<style>
span { border-color: #C11710; }
span { border-color: rgb(193,23,16); }
td.TdClassName
{
border-color: #C11710;
}
.TagClassName
{
border-color: #C11710;
}
</style>