Shades of Fire Brick #C31D18
Tints of Fire Brick #C31D18
RGB
CMYK
RGB Variations
Color information
#C31D18 (or 0xC31D18) is known color: Fire Brick. HEX triplet: C3, 1D and 18. RGB value is (195,29,24). Sum of RGB (Red+Green+Blue) = 195+29+24=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D18 is #3CE2E7. Grayscale: #4E4E4E. Windows color (decimal): -3990248 or 1580483. OLE color: 1580483.
HSL color Cylindrical-coordinate representation of color #C31D18: hue angle of 1.75º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31D18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.24 |
| HSL | 1.75º | 0.78% | 0.43% | - |
| HSV(B) | 1.75º | 0.88% | 0.76% | - |
| XYZ | 23.11 | 12.55 | 2.07 | - |
| YUV | 78.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 24 | 0 | 0.85 | 0.88 | 0.24 | 1.75 | 0.78 | 0.43 |
| Hex | C3 | 1D | 18 | 0 | 55 | 58 | 18 | 2 | 4E | 2B |
| Octal | 303 | 35 | 30 | 0 | 125 | 130 | 30 | 2 | 116 | 53 |
| Binary | 11000011 | 11101 | 11000 | 0 | 1010101 | 1011000 | 11000 | 10 | 1001110 | 101011 |
Color Harmonies of #C31D18
Complementary color
Monochromatic Colors of #C31D18
Black with #C31D18
Text Example
Text Example
White with #C31D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D18; }
p { color: rgb(195,29,24); }
H1.HeaderClassName
{
color: #C31D18;
}
.AnyTagClassName
{
color: #C31D18;
}
</style>
background-color css
<style>
a { background-color: #C31D18; }
a { background-color: rgb(195,29,24); }
div.DivClassName
{
background-color: #C31D18;
}
.BgClassName
{
background-color: #C31D18;
}
</style>
border-color css
<style>
span { border-color: #C31D18; }
span { border-color: rgb(195,29,24); }
td.TdClassName
{
border-color: #C31D18;
}
.TagClassName
{
border-color: #C31D18;
}
</style>