Shades of Fire Brick #C31711
Tints of Fire Brick #C31711
RGB
CMYK
RGB Variations
Color information
#C31711 (or 0xC31711) is known color: Fire Brick. HEX triplet: C3, 17 and 11. RGB value is (195,23,17). Sum of RGB (Red+Green+Blue) = 195+23+17=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31711 is #3CE8EE. Grayscale: #494949. Windows color (decimal): -3991791 or 1120195. OLE color: 1120195.
HSL color Cylindrical-coordinate representation of color #C31711: hue angle of 2.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31711 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.24 |
| HSL | 2.02º | 0.84% | 0.42% | - |
| HSV(B) | 2.02º | 0.91% | 0.76% | - |
| XYZ | 22.91 | 12.26 | 1.69 | - |
| YUV | 73.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 17 | 0 | 0.88 | 0.91 | 0.24 | 2.02 | 0.84 | 0.42 |
| Hex | C3 | 17 | 11 | 0 | 58 | 5B | 18 | 2 | 54 | 2A |
| Octal | 303 | 27 | 21 | 0 | 130 | 133 | 30 | 2 | 124 | 52 |
| Binary | 11000011 | 10111 | 10001 | 0 | 1011000 | 1011011 | 11000 | 10 | 1010100 | 101010 |
Color Harmonies of #C31711
Complementary color
Monochromatic Colors of #C31711
Black with #C31711
Text Example
Text Example
White with #C31711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31711; }
p { color: rgb(195,23,17); }
H1.HeaderClassName
{
color: #C31711;
}
.AnyTagClassName
{
color: #C31711;
}
</style>
background-color css
<style>
a { background-color: #C31711; }
a { background-color: rgb(195,23,17); }
div.DivClassName
{
background-color: #C31711;
}
.BgClassName
{
background-color: #C31711;
}
</style>
border-color css
<style>
span { border-color: #C31711; }
span { border-color: rgb(195,23,17); }
td.TdClassName
{
border-color: #C31711;
}
.TagClassName
{
border-color: #C31711;
}
</style>