Shades of Fire Engine Red #C5141B
Tints of Fire Engine Red #C5141B
RGB
CMYK
RGB Variations
Color information
#C5141B (or 0xC5141B) is known color: Fire Engine Red. HEX triplet: C5, 14 and 1B. RGB value is (197,20,27). Sum of RGB (Red+Green+Blue) = 197+20+27=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5141B is #3AEBE4. Grayscale: #494949. Windows color (decimal): -3861477 or 1774789. OLE color: 1774789.
HSL color Cylindrical-coordinate representation of color #C5141B: hue angle of 357.63º 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 #C5141B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.23 |
| HSL | 357.63º | 0.82% | 0.43% | - |
| HSV(B) | 357.63º | 0.9% | 0.77% | - |
| XYZ | 23.47 | 12.45 | 2.2 | - |
| YUV | 73.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 27 | 0 | 0.90 | 0.86 | 0.23 | 357.63 | 0.82 | 0.43 |
| Hex | C5 | 14 | 1B | 0 | 5A | 56 | 17 | 166 | 52 | 2B |
| Octal | 305 | 24 | 33 | 0 | 132 | 126 | 27 | 546 | 122 | 53 |
| Binary | 11000101 | 10100 | 11011 | 0 | 1011010 | 1010110 | 10111 | 101100110 | 1010010 | 101011 |
Color Harmonies of #C5141B
Complementary color
Monochromatic Colors of #C5141B
Black with #C5141B
Text Example
Text Example
White with #C5141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5141B; }
p { color: rgb(197,20,27); }
H1.HeaderClassName
{
color: #C5141B;
}
.AnyTagClassName
{
color: #C5141B;
}
</style>
background-color css
<style>
a { background-color: #C5141B; }
a { background-color: rgb(197,20,27); }
div.DivClassName
{
background-color: #C5141B;
}
.BgClassName
{
background-color: #C5141B;
}
</style>
border-color css
<style>
span { border-color: #C5141B; }
span { border-color: rgb(197,20,27); }
td.TdClassName
{
border-color: #C5141B;
}
.TagClassName
{
border-color: #C5141B;
}
</style>