Shades of Fire Brick #C31810
Tints of Fire Brick #C31810
RGB
CMYK
RGB Variations
Color information
#C31810 (or 0xC31810) is known color: Fire Brick. HEX triplet: C3, 18 and 10. RGB value is (195,24,16). Sum of RGB (Red+Green+Blue) = 195+24+16=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31810 is #3CE7EF. Grayscale: #4A4A4A. Windows color (decimal): -3991536 or 1054915. OLE color: 1054915.
HSL color Cylindrical-coordinate representation of color #C31810: hue angle of 2.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31810 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.24 |
| HSL | 2.68º | 0.85% | 0.41% | - |
| HSV(B) | 2.68º | 0.92% | 0.76% | - |
| XYZ | 22.93 | 12.29 | 1.65 | - |
| YUV | 74.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 16 | 0 | 0.88 | 0.92 | 0.24 | 2.68 | 0.85 | 0.41 |
| Hex | C3 | 18 | 10 | 0 | 58 | 5C | 18 | 3 | 55 | 29 |
| Octal | 303 | 30 | 20 | 0 | 130 | 134 | 30 | 3 | 125 | 51 |
| Binary | 11000011 | 11000 | 10000 | 0 | 1011000 | 1011100 | 11000 | 11 | 1010101 | 101001 |
Color Harmonies of #C31810
Complementary color
Monochromatic Colors of #C31810
Black with #C31810
Text Example
Text Example
White with #C31810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31810; }
p { color: rgb(195,24,16); }
H1.HeaderClassName
{
color: #C31810;
}
.AnyTagClassName
{
color: #C31810;
}
</style>
background-color css
<style>
a { background-color: #C31810; }
a { background-color: rgb(195,24,16); }
div.DivClassName
{
background-color: #C31810;
}
.BgClassName
{
background-color: #C31810;
}
</style>
border-color css
<style>
span { border-color: #C31810; }
span { border-color: rgb(195,24,16); }
td.TdClassName
{
border-color: #C31810;
}
.TagClassName
{
border-color: #C31810;
}
</style>