Shades of Fire Brick #C31716
Tints of Fire Brick #C31716
RGB
CMYK
RGB Variations
Color information
#C31716 (or 0xC31716) is known color: Fire Brick. HEX triplet: C3, 17 and 16. RGB value is (195,23,22). Sum of RGB (Red+Green+Blue) = 195+23+22=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C31716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31716 is #3CE8E9. Grayscale: #4A4A4A. Windows color (decimal): -3991786 or 1447875. OLE color: 1447875.
HSL color Cylindrical-coordinate representation of color #C31716: hue angle of 0.35º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31716 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 22 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.24 |
| HSL | 0.35º | 0.8% | 0.43% | - |
| HSV(B) | 0.35º | 0.89% | 0.76% | - |
| XYZ | 22.96 | 12.27 | 1.92 | - |
| YUV | 74.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 22 | 0 | 0.88 | 0.89 | 0.24 | 0.35 | 0.8 | 0.43 |
| Hex | C3 | 17 | 16 | 0 | 58 | 59 | 18 | 0 | 50 | 2B |
| Octal | 303 | 27 | 26 | 0 | 130 | 131 | 30 | 0 | 120 | 53 |
| Binary | 11000011 | 10111 | 10110 | 0 | 1011000 | 1011001 | 11000 | 0 | 1010000 | 101011 |
Color Harmonies of #C31716
Complementary color
Monochromatic Colors of #C31716
Black with #C31716
Text Example
Text Example
White with #C31716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31716; }
p { color: rgb(195,23,22); }
H1.HeaderClassName
{
color: #C31716;
}
.AnyTagClassName
{
color: #C31716;
}
</style>
background-color css
<style>
a { background-color: #C31716; }
a { background-color: rgb(195,23,22); }
div.DivClassName
{
background-color: #C31716;
}
.BgClassName
{
background-color: #C31716;
}
</style>
border-color css
<style>
span { border-color: #C31716; }
span { border-color: rgb(195,23,22); }
td.TdClassName
{
border-color: #C31716;
}
.TagClassName
{
border-color: #C31716;
}
</style>