Shades of Fire Brick #C31512
Tints of Fire Brick #C31512
RGB
CMYK
RGB Variations
Color information
#C31512 (or 0xC31512) is known color: Fire Brick. HEX triplet: C3, 15 and 12. RGB value is (195,21,18). Sum of RGB (Red+Green+Blue) = 195+21+18=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31512 is #3CEAED. Grayscale: #484848. Windows color (decimal): -3992302 or 1185219. OLE color: 1185219.
HSL color Cylindrical-coordinate representation of color #C31512: hue angle of 1.02º 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 #C31512 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 18 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.24 |
| HSL | 1.02º | 0.83% | 0.42% | - |
| HSV(B) | 1.02º | 0.91% | 0.76% | - |
| XYZ | 22.88 | 12.18 | 1.72 | - |
| YUV | 72.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 18 | 0 | 0.89 | 0.91 | 0.24 | 1.02 | 0.83 | 0.42 |
| Hex | C3 | 15 | 12 | 0 | 59 | 5B | 18 | 1 | 53 | 2A |
| Octal | 303 | 25 | 22 | 0 | 131 | 133 | 30 | 1 | 123 | 52 |
| Binary | 11000011 | 10101 | 10010 | 0 | 1011001 | 1011011 | 11000 | 1 | 1010011 | 101010 |
Color Harmonies of #C31512
Complementary color
Monochromatic Colors of #C31512
Black with #C31512
Text Example
Text Example
White with #C31512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31512; }
p { color: rgb(195,21,18); }
H1.HeaderClassName
{
color: #C31512;
}
.AnyTagClassName
{
color: #C31512;
}
</style>
background-color css
<style>
a { background-color: #C31512; }
a { background-color: rgb(195,21,18); }
div.DivClassName
{
background-color: #C31512;
}
.BgClassName
{
background-color: #C31512;
}
</style>
border-color css
<style>
span { border-color: #C31512; }
span { border-color: rgb(195,21,18); }
td.TdClassName
{
border-color: #C31512;
}
.TagClassName
{
border-color: #C31512;
}
</style>