Shades of Fire Engine Red #C5161D
Tints of Fire Engine Red #C5161D
RGB
CMYK
RGB Variations
Color information
#C5161D (or 0xC5161D) is known color: Fire Engine Red. HEX triplet: C5, 16 and 1D. RGB value is (197,22,29). Sum of RGB (Red+Green+Blue) = 197+22+29=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5161D is #3AE9E2. Grayscale: #4B4B4B. Windows color (decimal): -3860963 or 1906373. OLE color: 1906373.
HSL color Cylindrical-coordinate representation of color #C5161D: hue angle of 357.6º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5161D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.23 |
| HSL | 357.6º | 0.8% | 0.43% | - |
| HSV(B) | 357.6º | 0.89% | 0.77% | - |
| XYZ | 23.53 | 12.53 | 2.34 | - |
| YUV | 75.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 29 | 0 | 0.89 | 0.85 | 0.23 | 357.6 | 0.8 | 0.43 |
| Hex | C5 | 16 | 1D | 0 | 59 | 55 | 17 | 166 | 50 | 2B |
| Octal | 305 | 26 | 35 | 0 | 131 | 125 | 27 | 546 | 120 | 53 |
| Binary | 11000101 | 10110 | 11101 | 0 | 1011001 | 1010101 | 10111 | 101100110 | 1010000 | 101011 |
Color Harmonies of #C5161D
Complementary color
Monochromatic Colors of #C5161D
Black with #C5161D
Text Example
Text Example
White with #C5161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5161D; }
p { color: rgb(197,22,29); }
H1.HeaderClassName
{
color: #C5161D;
}
.AnyTagClassName
{
color: #C5161D;
}
</style>
background-color css
<style>
a { background-color: #C5161D; }
a { background-color: rgb(197,22,29); }
div.DivClassName
{
background-color: #C5161D;
}
.BgClassName
{
background-color: #C5161D;
}
</style>
border-color css
<style>
span { border-color: #C5161D; }
span { border-color: rgb(197,22,29); }
td.TdClassName
{
border-color: #C5161D;
}
.TagClassName
{
border-color: #C5161D;
}
</style>