Shades of Fire Engine Red #C31D1F
Tints of Fire Engine Red #C31D1F
RGB
CMYK
RGB Variations
Color information
#C31D1F (or 0xC31D1F) is known color: Fire Engine Red. HEX triplet: C3, 1D and 1F. RGB value is (195,29,31). Sum of RGB (Red+Green+Blue) = 195+29+31=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D1F is #3CE2E0. Grayscale: #4F4F4F. Windows color (decimal): -3990241 or 2039235. OLE color: 2039235.
HSL color Cylindrical-coordinate representation of color #C31D1F: hue angle of 359.28º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 31 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.24 |
| HSL | 359.28º | 0.74% | 0.44% | - |
| HSV(B) | 359.28º | 0.85% | 0.76% | - |
| XYZ | 23.19 | 12.58 | 2.5 | - |
| YUV | 78.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 31 | 0 | 0.85 | 0.84 | 0.24 | 359.28 | 0.74 | 0.44 |
| Hex | C3 | 1D | 1F | 0 | 55 | 54 | 18 | 167 | 4A | 2C |
| Octal | 303 | 35 | 37 | 0 | 125 | 124 | 30 | 547 | 112 | 54 |
| Binary | 11000011 | 11101 | 11111 | 0 | 1010101 | 1010100 | 11000 | 101100111 | 1001010 | 101100 |
Color Harmonies of #C31D1F
Complementary color
Monochromatic Colors of #C31D1F
Black with #C31D1F
Text Example
Text Example
White with #C31D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D1F; }
p { color: rgb(195,29,31); }
H1.HeaderClassName
{
color: #C31D1F;
}
.AnyTagClassName
{
color: #C31D1F;
}
</style>
background-color css
<style>
a { background-color: #C31D1F; }
a { background-color: rgb(195,29,31); }
div.DivClassName
{
background-color: #C31D1F;
}
.BgClassName
{
background-color: #C31D1F;
}
</style>
border-color css
<style>
span { border-color: #C31D1F; }
span { border-color: rgb(195,29,31); }
td.TdClassName
{
border-color: #C31D1F;
}
.TagClassName
{
border-color: #C31D1F;
}
</style>