Shades of Fire Brick #C31812
Tints of Fire Brick #C31812
RGB
CMYK
RGB Variations
Color information
#C31812 (or 0xC31812) is known color: Fire Brick. HEX triplet: C3, 18 and 12. RGB value is (195,24,18). Sum of RGB (Red+Green+Blue) = 195+24+18=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31812 is #3CE7ED. Grayscale: #4A4A4A. Windows color (decimal): -3991534 or 1185987. OLE color: 1185987.
HSL color Cylindrical-coordinate representation of color #C31812: hue angle of 2.03º 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 #C31812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.24 |
| HSL | 2.03º | 0.83% | 0.42% | - |
| HSV(B) | 2.03º | 0.91% | 0.76% | - |
| XYZ | 22.94 | 12.3 | 1.74 | - |
| YUV | 74.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 18 | 0 | 0.88 | 0.91 | 0.24 | 2.03 | 0.83 | 0.42 |
| Hex | C3 | 18 | 12 | 0 | 58 | 5B | 18 | 2 | 53 | 2A |
| Octal | 303 | 30 | 22 | 0 | 130 | 133 | 30 | 2 | 123 | 52 |
| Binary | 11000011 | 11000 | 10010 | 0 | 1011000 | 1011011 | 11000 | 10 | 1010011 | 101010 |
Color Harmonies of #C31812
Complementary color
Monochromatic Colors of #C31812
Black with #C31812
Text Example
Text Example
White with #C31812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31812; }
p { color: rgb(195,24,18); }
H1.HeaderClassName
{
color: #C31812;
}
.AnyTagClassName
{
color: #C31812;
}
</style>
background-color css
<style>
a { background-color: #C31812; }
a { background-color: rgb(195,24,18); }
div.DivClassName
{
background-color: #C31812;
}
.BgClassName
{
background-color: #C31812;
}
</style>
border-color css
<style>
span { border-color: #C31812; }
span { border-color: rgb(195,24,18); }
td.TdClassName
{
border-color: #C31812;
}
.TagClassName
{
border-color: #C31812;
}
</style>