Shades of Fire Brick #C31B10
Tints of Fire Brick #C31B10
RGB
CMYK
RGB Variations
Color information
#C31B10 (or 0xC31B10) is known color: Fire Brick. HEX triplet: C3, 1B and 10. RGB value is (195,27,16). Sum of RGB (Red+Green+Blue) = 195+27+16=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31B10 is #3CE4EF. Grayscale: #4C4C4C. Windows color (decimal): -3990768 or 1055683. OLE color: 1055683.
HSL color Cylindrical-coordinate representation of color #C31B10: hue angle of 3.69º 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 #C31B10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 16 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.24 |
| HSL | 3.69º | 0.85% | 0.41% | - |
| HSV(B) | 3.69º | 0.92% | 0.76% | - |
| XYZ | 22.99 | 12.42 | 1.68 | - |
| YUV | 75.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 16 | 0 | 0.86 | 0.92 | 0.24 | 3.69 | 0.85 | 0.41 |
| Hex | C3 | 1B | 10 | 0 | 56 | 5C | 18 | 4 | 55 | 29 |
| Octal | 303 | 33 | 20 | 0 | 126 | 134 | 30 | 4 | 125 | 51 |
| Binary | 11000011 | 11011 | 10000 | 0 | 1010110 | 1011100 | 11000 | 100 | 1010101 | 101001 |
Color Harmonies of #C31B10
Complementary color
Monochromatic Colors of #C31B10
Black with #C31B10
Text Example
Text Example
White with #C31B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B10; }
p { color: rgb(195,27,16); }
H1.HeaderClassName
{
color: #C31B10;
}
.AnyTagClassName
{
color: #C31B10;
}
</style>
background-color css
<style>
a { background-color: #C31B10; }
a { background-color: rgb(195,27,16); }
div.DivClassName
{
background-color: #C31B10;
}
.BgClassName
{
background-color: #C31B10;
}
</style>
border-color css
<style>
span { border-color: #C31B10; }
span { border-color: rgb(195,27,16); }
td.TdClassName
{
border-color: #C31B10;
}
.TagClassName
{
border-color: #C31B10;
}
</style>