Shades of Fire Engine Red #C31929
Tints of Fire Engine Red #C31929
RGB
CMYK
RGB Variations
Color information
#C31929 (or 0xC31929) is known color: Fire Engine Red. HEX triplet: C3, 19 and 29. RGB value is (195,25,41). Sum of RGB (Red+Green+Blue) = 195+25+41=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C31929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31929 is #3CE6D6. Grayscale: #4D4D4D. Windows color (decimal): -3991255 or 2693571. OLE color: 2693571.
HSL color Cylindrical-coordinate representation of color #C31929: hue angle of 354.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31929 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 41 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.24 |
| HSL | 354.35º | 0.77% | 0.43% | - |
| HSV(B) | 354.35º | 0.87% | 0.76% | - |
| XYZ | 23.25 | 12.46 | 3.28 | - |
| YUV | 77.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 41 | 0 | 0.87 | 0.79 | 0.24 | 354.35 | 0.77 | 0.43 |
| Hex | C3 | 19 | 29 | 0 | 57 | 4F | 18 | 162 | 4D | 2B |
| Octal | 303 | 31 | 51 | 0 | 127 | 117 | 30 | 542 | 115 | 53 |
| Binary | 11000011 | 11001 | 101001 | 0 | 1010111 | 1001111 | 11000 | 101100010 | 1001101 | 101011 |
Color Harmonies of #C31929
Complementary color
Monochromatic Colors of #C31929
Black with #C31929
Text Example
Text Example
White with #C31929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31929; }
p { color: rgb(195,25,41); }
H1.HeaderClassName
{
color: #C31929;
}
.AnyTagClassName
{
color: #C31929;
}
</style>
background-color css
<style>
a { background-color: #C31929; }
a { background-color: rgb(195,25,41); }
div.DivClassName
{
background-color: #C31929;
}
.BgClassName
{
background-color: #C31929;
}
</style>
border-color css
<style>
span { border-color: #C31929; }
span { border-color: rgb(195,25,41); }
td.TdClassName
{
border-color: #C31929;
}
.TagClassName
{
border-color: #C31929;
}
</style>