Shades of Fire Brick #C31614
Tints of Fire Brick #C31614
RGB
CMYK
RGB Variations
Color information
#C31614 (or 0xC31614) is known color: Fire Brick. HEX triplet: C3, 16 and 14. RGB value is (195,22,20). Sum of RGB (Red+Green+Blue) = 195+22+20=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31614 is #3CE9EB. Grayscale: #494949. Windows color (decimal): -3992044 or 1316547. OLE color: 1316547.
HSL color Cylindrical-coordinate representation of color #C31614: hue angle of 0.69º degrees, saturation: 0.81, 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 #C31614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 20 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.24 |
| HSL | 0.69º | 0.81% | 0.42% | - |
| HSV(B) | 0.69º | 0.9% | 0.76% | - |
| XYZ | 22.92 | 12.23 | 1.81 | - |
| YUV | 73.5 | 97.81 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 20 | 0 | 0.89 | 0.90 | 0.24 | 0.69 | 0.81 | 0.42 |
| Hex | C3 | 16 | 14 | 0 | 59 | 5A | 18 | 1 | 51 | 2A |
| Octal | 303 | 26 | 24 | 0 | 131 | 132 | 30 | 1 | 121 | 52 |
| Binary | 11000011 | 10110 | 10100 | 0 | 1011001 | 1011010 | 11000 | 1 | 1010001 | 101010 |
Color Harmonies of #C31614
Complementary color
Monochromatic Colors of #C31614
Black with #C31614
Text Example
Text Example
White with #C31614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31614; }
p { color: rgb(195,22,20); }
H1.HeaderClassName
{
color: #C31614;
}
.AnyTagClassName
{
color: #C31614;
}
</style>
background-color css
<style>
a { background-color: #C31614; }
a { background-color: rgb(195,22,20); }
div.DivClassName
{
background-color: #C31614;
}
.BgClassName
{
background-color: #C31614;
}
</style>
border-color css
<style>
span { border-color: #C31614; }
span { border-color: rgb(195,22,20); }
td.TdClassName
{
border-color: #C31614;
}
.TagClassName
{
border-color: #C31614;
}
</style>