Shades of Fire Brick #C31912
Tints of Fire Brick #C31912
RGB
CMYK
RGB Variations
Color information
#C31912 (or 0xC31912) is known color: Fire Brick. HEX triplet: C3, 19 and 12. RGB value is (195,25,18). Sum of RGB (Red+Green+Blue) = 195+25+18=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C31912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31912 is #3CE6ED. Grayscale: #4B4B4B. Windows color (decimal): -3991278 or 1186243. OLE color: 1186243.
HSL color Cylindrical-coordinate representation of color #C31912: hue angle of 2.37º degrees, saturation: 0.83, 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 #C31912 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 18 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.24 |
| HSL | 2.37º | 0.83% | 0.42% | - |
| HSV(B) | 2.37º | 0.91% | 0.76% | - |
| XYZ | 22.96 | 12.34 | 1.74 | - |
| YUV | 75.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 18 | 0 | 0.87 | 0.91 | 0.24 | 2.37 | 0.83 | 0.42 |
| Hex | C3 | 19 | 12 | 0 | 57 | 5B | 18 | 2 | 53 | 2A |
| Octal | 303 | 31 | 22 | 0 | 127 | 133 | 30 | 2 | 123 | 52 |
| Binary | 11000011 | 11001 | 10010 | 0 | 1010111 | 1011011 | 11000 | 10 | 1010011 | 101010 |
Color Harmonies of #C31912
Complementary color
Monochromatic Colors of #C31912
Black with #C31912
Text Example
Text Example
White with #C31912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31912; }
p { color: rgb(195,25,18); }
H1.HeaderClassName
{
color: #C31912;
}
.AnyTagClassName
{
color: #C31912;
}
</style>
background-color css
<style>
a { background-color: #C31912; }
a { background-color: rgb(195,25,18); }
div.DivClassName
{
background-color: #C31912;
}
.BgClassName
{
background-color: #C31912;
}
</style>
border-color css
<style>
span { border-color: #C31912; }
span { border-color: rgb(195,25,18); }
td.TdClassName
{
border-color: #C31912;
}
.TagClassName
{
border-color: #C31912;
}
</style>