Shades of Fire Engine Red #C5151F
Tints of Fire Engine Red #C5151F
RGB
CMYK
RGB Variations
Color information
#C5151F (or 0xC5151F) is known color: Fire Engine Red. HEX triplet: C5, 15 and 1F. RGB value is (197,21,31). Sum of RGB (Red+Green+Blue) = 197+21+31=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5151F is #3AEAE0. Grayscale: #4A4A4A. Windows color (decimal): -3861217 or 2037189. OLE color: 2037189.
HSL color Cylindrical-coordinate representation of color #C5151F: hue angle of 356.59º degrees, saturation: 0.81, 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 #C5151F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 31 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.23 |
| HSL | 356.59º | 0.81% | 0.43% | - |
| HSV(B) | 356.59º | 0.89% | 0.77% | - |
| XYZ | 23.54 | 12.51 | 2.47 | - |
| YUV | 74.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 31 | 0 | 0.89 | 0.84 | 0.23 | 356.59 | 0.81 | 0.43 |
| Hex | C5 | 15 | 1F | 0 | 59 | 54 | 17 | 165 | 51 | 2B |
| Octal | 305 | 25 | 37 | 0 | 131 | 124 | 27 | 545 | 121 | 53 |
| Binary | 11000101 | 10101 | 11111 | 0 | 1011001 | 1010100 | 10111 | 101100101 | 1010001 | 101011 |
Color Harmonies of #C5151F
Complementary color
Monochromatic Colors of #C5151F
Black with #C5151F
Text Example
Text Example
White with #C5151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5151F; }
p { color: rgb(197,21,31); }
H1.HeaderClassName
{
color: #C5151F;
}
.AnyTagClassName
{
color: #C5151F;
}
</style>
background-color css
<style>
a { background-color: #C5151F; }
a { background-color: rgb(197,21,31); }
div.DivClassName
{
background-color: #C5151F;
}
.BgClassName
{
background-color: #C5151F;
}
</style>
border-color css
<style>
span { border-color: #C5151F; }
span { border-color: rgb(197,21,31); }
td.TdClassName
{
border-color: #C5151F;
}
.TagClassName
{
border-color: #C5151F;
}
</style>