Shades of Fire Brick #C31913
Tints of Fire Brick #C31913
RGB
CMYK
RGB Variations
Color information
#C31913 (or 0xC31913) is known color: Fire Brick. HEX triplet: C3, 19 and 13. RGB value is (195,25,19). Sum of RGB (Red+Green+Blue) = 195+25+19=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C31913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31913 is #3CE6EC. Grayscale: #4B4B4B. Windows color (decimal): -3991277 or 1251779. OLE color: 1251779.
HSL color Cylindrical-coordinate representation of color #C31913: hue angle of 2.05º 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 #C31913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 19 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.24 |
| HSL | 2.05º | 0.82% | 0.42% | - |
| HSV(B) | 2.05º | 0.9% | 0.76% | - |
| XYZ | 22.97 | 12.34 | 1.79 | - |
| YUV | 75.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 19 | 0 | 0.87 | 0.90 | 0.24 | 2.05 | 0.82 | 0.42 |
| Hex | C3 | 19 | 13 | 0 | 57 | 5A | 18 | 2 | 52 | 2A |
| Octal | 303 | 31 | 23 | 0 | 127 | 132 | 30 | 2 | 122 | 52 |
| Binary | 11000011 | 11001 | 10011 | 0 | 1010111 | 1011010 | 11000 | 10 | 1010010 | 101010 |
Color Harmonies of #C31913
Complementary color
Monochromatic Colors of #C31913
Black with #C31913
Text Example
Text Example
White with #C31913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31913; }
p { color: rgb(195,25,19); }
H1.HeaderClassName
{
color: #C31913;
}
.AnyTagClassName
{
color: #C31913;
}
</style>
background-color css
<style>
a { background-color: #C31913; }
a { background-color: rgb(195,25,19); }
div.DivClassName
{
background-color: #C31913;
}
.BgClassName
{
background-color: #C31913;
}
</style>
border-color css
<style>
span { border-color: #C31913; }
span { border-color: rgb(195,25,19); }
td.TdClassName
{
border-color: #C31913;
}
.TagClassName
{
border-color: #C31913;
}
</style>