Shades of Fire Engine Red #C5151D
Tints of Fire Engine Red #C5151D
RGB
CMYK
RGB Variations
Color information
#C5151D (or 0xC5151D) is known color: Fire Engine Red. HEX triplet: C5, 15 and 1D. RGB value is (197,21,29). Sum of RGB (Red+Green+Blue) = 197+21+29=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5151D is #3AEAE2. Grayscale: #4A4A4A. Windows color (decimal): -3861219 or 1906117. OLE color: 1906117.
HSL color Cylindrical-coordinate representation of color #C5151D: hue angle of 357.27º 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 #C5151D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.23 |
| HSL | 357.27º | 0.81% | 0.43% | - |
| HSV(B) | 357.27º | 0.89% | 0.77% | - |
| XYZ | 23.52 | 12.5 | 2.33 | - |
| YUV | 74.54 | 102.31 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 29 | 0 | 0.89 | 0.85 | 0.23 | 357.27 | 0.81 | 0.43 |
| Hex | C5 | 15 | 1D | 0 | 59 | 55 | 17 | 165 | 51 | 2B |
| Octal | 305 | 25 | 35 | 0 | 131 | 125 | 27 | 545 | 121 | 53 |
| Binary | 11000101 | 10101 | 11101 | 0 | 1011001 | 1010101 | 10111 | 101100101 | 1010001 | 101011 |
Color Harmonies of #C5151D
Complementary color
Monochromatic Colors of #C5151D
Black with #C5151D
Text Example
Text Example
White with #C5151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5151D; }
p { color: rgb(197,21,29); }
H1.HeaderClassName
{
color: #C5151D;
}
.AnyTagClassName
{
color: #C5151D;
}
</style>
background-color css
<style>
a { background-color: #C5151D; }
a { background-color: rgb(197,21,29); }
div.DivClassName
{
background-color: #C5151D;
}
.BgClassName
{
background-color: #C5151D;
}
</style>
border-color css
<style>
span { border-color: #C5151D; }
span { border-color: rgb(197,21,29); }
td.TdClassName
{
border-color: #C5151D;
}
.TagClassName
{
border-color: #C5151D;
}
</style>