Shades of Fire Brick #C31D17
Tints of Fire Brick #C31D17
RGB
CMYK
RGB Variations
Color information
#C31D17 (or 0xC31D17) is known color: Fire Brick. HEX triplet: C3, 1D and 17. RGB value is (195,29,23). Sum of RGB (Red+Green+Blue) = 195+29+23=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D17 is #3CE2E8. Grayscale: #4E4E4E. Windows color (decimal): -3990249 or 1514947. OLE color: 1514947.
HSL color Cylindrical-coordinate representation of color #C31D17: hue angle of 2.09º degrees, saturation: 0.79, 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 #C31D17 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 23 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.24 |
| HSL | 2.09º | 0.79% | 0.43% | - |
| HSV(B) | 2.09º | 0.88% | 0.76% | - |
| XYZ | 23.1 | 12.54 | 2.01 | - |
| YUV | 77.95 | 97 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 23 | 0 | 0.85 | 0.88 | 0.24 | 2.09 | 0.79 | 0.43 |
| Hex | C3 | 1D | 17 | 0 | 55 | 58 | 18 | 2 | 4F | 2B |
| Octal | 303 | 35 | 27 | 0 | 125 | 130 | 30 | 2 | 117 | 53 |
| Binary | 11000011 | 11101 | 10111 | 0 | 1010101 | 1011000 | 11000 | 10 | 1001111 | 101011 |
Color Harmonies of #C31D17
Complementary color
Monochromatic Colors of #C31D17
Black with #C31D17
Text Example
Text Example
White with #C31D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D17; }
p { color: rgb(195,29,23); }
H1.HeaderClassName
{
color: #C31D17;
}
.AnyTagClassName
{
color: #C31D17;
}
</style>
background-color css
<style>
a { background-color: #C31D17; }
a { background-color: rgb(195,29,23); }
div.DivClassName
{
background-color: #C31D17;
}
.BgClassName
{
background-color: #C31D17;
}
</style>
border-color css
<style>
span { border-color: #C31D17; }
span { border-color: rgb(195,29,23); }
td.TdClassName
{
border-color: #C31D17;
}
.TagClassName
{
border-color: #C31D17;
}
</style>