Shades of Fire Engine Red #C51729
Tints of Fire Engine Red #C51729
RGB
CMYK
RGB Variations
Color information
#C51729 (or 0xC51729) is known color: Fire Engine Red. HEX triplet: C5, 17 and 29. RGB value is (197,23,41). Sum of RGB (Red+Green+Blue) = 197+23+41=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C51729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51729 is #3AE8D6. Grayscale: #4D4D4D. Windows color (decimal): -3860695 or 2693061. OLE color: 2693061.
HSL color Cylindrical-coordinate representation of color #C51729: hue angle of 353.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51729 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.23 |
| HSL | 353.79º | 0.79% | 0.43% | - |
| HSV(B) | 353.79º | 0.88% | 0.77% | - |
| XYZ | 23.73 | 12.64 | 3.29 | - |
| YUV | 77.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 41 | 0 | 0.88 | 0.79 | 0.23 | 353.79 | 0.79 | 0.43 |
| Hex | C5 | 17 | 29 | 0 | 58 | 4F | 17 | 162 | 4F | 2B |
| Octal | 305 | 27 | 51 | 0 | 130 | 117 | 27 | 542 | 117 | 53 |
| Binary | 11000101 | 10111 | 101001 | 0 | 1011000 | 1001111 | 10111 | 101100010 | 1001111 | 101011 |
Color Harmonies of #C51729
Complementary color
Monochromatic Colors of #C51729
Black with #C51729
Text Example
Text Example
White with #C51729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51729; }
p { color: rgb(197,23,41); }
H1.HeaderClassName
{
color: #C51729;
}
.AnyTagClassName
{
color: #C51729;
}
</style>
background-color css
<style>
a { background-color: #C51729; }
a { background-color: rgb(197,23,41); }
div.DivClassName
{
background-color: #C51729;
}
.BgClassName
{
background-color: #C51729;
}
</style>
border-color css
<style>
span { border-color: #C51729; }
span { border-color: rgb(197,23,41); }
td.TdClassName
{
border-color: #C51729;
}
.TagClassName
{
border-color: #C51729;
}
</style>