Shades of Fire Brick #C11713
Tints of Fire Brick #C11713
RGB
CMYK
RGB Variations
Color information
#C11713 (or 0xC11713) is known color: Fire Brick. HEX triplet: C1, 17 and 13. RGB value is (193,23,19). Sum of RGB (Red+Green+Blue) = 193+23+19=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11713 is #3EE8EC. Grayscale: #494949. Windows color (decimal): -4122861 or 1251265. OLE color: 1251265.
HSL color Cylindrical-coordinate representation of color #C11713: hue angle of 1.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 19 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.24 |
| HSL | 1.38º | 0.82% | 0.42% | - |
| HSV(B) | 1.38º | 0.9% | 0.76% | - |
| XYZ | 22.42 | 12 | 1.75 | - |
| YUV | 73.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 19 | 0 | 0.88 | 0.90 | 0.24 | 1.38 | 0.82 | 0.42 |
| Hex | C1 | 17 | 13 | 0 | 58 | 5A | 18 | 1 | 52 | 2A |
| Octal | 301 | 27 | 23 | 0 | 130 | 132 | 30 | 1 | 122 | 52 |
| Binary | 11000001 | 10111 | 10011 | 0 | 1011000 | 1011010 | 11000 | 1 | 1010010 | 101010 |
Color Harmonies of #C11713
Complementary color
Monochromatic Colors of #C11713
Black with #C11713
Text Example
Text Example
White with #C11713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11713; }
p { color: rgb(193,23,19); }
H1.HeaderClassName
{
color: #C11713;
}
.AnyTagClassName
{
color: #C11713;
}
</style>
background-color css
<style>
a { background-color: #C11713; }
a { background-color: rgb(193,23,19); }
div.DivClassName
{
background-color: #C11713;
}
.BgClassName
{
background-color: #C11713;
}
</style>
border-color css
<style>
span { border-color: #C11713; }
span { border-color: rgb(193,23,19); }
td.TdClassName
{
border-color: #C11713;
}
.TagClassName
{
border-color: #C11713;
}
</style>