Shades of Fire Engine Red #C5191C
Tints of Fire Engine Red #C5191C
RGB
CMYK
RGB Variations
Color information
#C5191C (or 0xC5191C) is known color: Fire Engine Red. HEX triplet: C5, 19 and 1C. RGB value is (197,25,28). Sum of RGB (Red+Green+Blue) = 197+25+28=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C5191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5191C is #3AE6E3. Grayscale: #4C4C4C. Windows color (decimal): -3860196 or 1841605. OLE color: 1841605.
HSL color Cylindrical-coordinate representation of color #C5191C: hue angle of 358.95º 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 #C5191C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 28 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.23 |
| HSL | 358.95º | 0.77% | 0.44% | - |
| HSV(B) | 358.95º | 0.87% | 0.77% | - |
| XYZ | 23.58 | 12.65 | 2.3 | - |
| YUV | 76.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 28 | 0 | 0.87 | 0.86 | 0.23 | 358.95 | 0.77 | 0.44 |
| Hex | C5 | 19 | 1C | 0 | 57 | 56 | 17 | 167 | 4D | 2C |
| Octal | 305 | 31 | 34 | 0 | 127 | 126 | 27 | 547 | 115 | 54 |
| Binary | 11000101 | 11001 | 11100 | 0 | 1010111 | 1010110 | 10111 | 101100111 | 1001101 | 101100 |
Color Harmonies of #C5191C
Complementary color
Monochromatic Colors of #C5191C
Black with #C5191C
Text Example
Text Example
White with #C5191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5191C; }
p { color: rgb(197,25,28); }
H1.HeaderClassName
{
color: #C5191C;
}
.AnyTagClassName
{
color: #C5191C;
}
</style>
background-color css
<style>
a { background-color: #C5191C; }
a { background-color: rgb(197,25,28); }
div.DivClassName
{
background-color: #C5191C;
}
.BgClassName
{
background-color: #C5191C;
}
</style>
border-color css
<style>
span { border-color: #C5191C; }
span { border-color: rgb(197,25,28); }
td.TdClassName
{
border-color: #C5191C;
}
.TagClassName
{
border-color: #C5191C;
}
</style>