Shades of Fire Engine Red #C5141D
Tints of Fire Engine Red #C5141D
RGB
CMYK
RGB Variations
Color information
#C5141D (or 0xC5141D) is known color: Fire Engine Red. HEX triplet: C5, 14 and 1D. RGB value is (197,20,29). Sum of RGB (Red+Green+Blue) = 197+20+29=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5141D is #3AEBE2. Grayscale: #4A4A4A. Windows color (decimal): -3861475 or 1905861. OLE color: 1905861.
HSL color Cylindrical-coordinate representation of color #C5141D: hue angle of 356.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5141D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.23 |
| HSL | 356.95º | 0.82% | 0.43% | - |
| HSV(B) | 356.95º | 0.9% | 0.77% | - |
| XYZ | 23.5 | 12.46 | 2.33 | - |
| YUV | 73.95 | 102.64 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 29 | 0 | 0.90 | 0.85 | 0.23 | 356.95 | 0.82 | 0.43 |
| Hex | C5 | 14 | 1D | 0 | 5A | 55 | 17 | 165 | 52 | 2B |
| Octal | 305 | 24 | 35 | 0 | 132 | 125 | 27 | 545 | 122 | 53 |
| Binary | 11000101 | 10100 | 11101 | 0 | 1011010 | 1010101 | 10111 | 101100101 | 1010010 | 101011 |
Color Harmonies of #C5141D
Complementary color
Monochromatic Colors of #C5141D
Black with #C5141D
Text Example
Text Example
White with #C5141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5141D; }
p { color: rgb(197,20,29); }
H1.HeaderClassName
{
color: #C5141D;
}
.AnyTagClassName
{
color: #C5141D;
}
</style>
background-color css
<style>
a { background-color: #C5141D; }
a { background-color: rgb(197,20,29); }
div.DivClassName
{
background-color: #C5141D;
}
.BgClassName
{
background-color: #C5141D;
}
</style>
border-color css
<style>
span { border-color: #C5141D; }
span { border-color: rgb(197,20,29); }
td.TdClassName
{
border-color: #C5141D;
}
.TagClassName
{
border-color: #C5141D;
}
</style>