Shades of Fire Engine Red #C5191D
Tints of Fire Engine Red #C5191D
RGB
CMYK
RGB Variations
Color information
#C5191D (or 0xC5191D) is known color: Fire Engine Red. HEX triplet: C5, 19 and 1D. RGB value is (197,25,29). Sum of RGB (Red+Green+Blue) = 197+25+29=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5191D is #3AE6E2. Grayscale: #4D4D4D. Windows color (decimal): -3860195 or 1907141. OLE color: 1907141.
HSL color Cylindrical-coordinate representation of color #C5191D: hue angle of 358.6º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.23 |
| HSL | 358.6º | 0.77% | 0.44% | - |
| HSV(B) | 358.6º | 0.87% | 0.77% | - |
| XYZ | 23.6 | 12.65 | 2.36 | - |
| YUV | 76.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 29 | 0 | 0.87 | 0.85 | 0.23 | 358.6 | 0.77 | 0.44 |
| Hex | C5 | 19 | 1D | 0 | 57 | 55 | 17 | 167 | 4D | 2C |
| Octal | 305 | 31 | 35 | 0 | 127 | 125 | 27 | 547 | 115 | 54 |
| Binary | 11000101 | 11001 | 11101 | 0 | 1010111 | 1010101 | 10111 | 101100111 | 1001101 | 101100 |
Color Harmonies of #C5191D
Complementary color
Monochromatic Colors of #C5191D
Black with #C5191D
Text Example
Text Example
White with #C5191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5191D; }
p { color: rgb(197,25,29); }
H1.HeaderClassName
{
color: #C5191D;
}
.AnyTagClassName
{
color: #C5191D;
}
</style>
background-color css
<style>
a { background-color: #C5191D; }
a { background-color: rgb(197,25,29); }
div.DivClassName
{
background-color: #C5191D;
}
.BgClassName
{
background-color: #C5191D;
}
</style>
border-color css
<style>
span { border-color: #C5191D; }
span { border-color: rgb(197,25,29); }
td.TdClassName
{
border-color: #C5191D;
}
.TagClassName
{
border-color: #C5191D;
}
</style>