Shades of Fire Engine Red #C51627
Tints of Fire Engine Red #C51627
RGB
CMYK
RGB Variations
Color information
#C51627 (or 0xC51627) is known color: Fire Engine Red. HEX triplet: C5, 16 and 27. RGB value is (197,22,39). Sum of RGB (Red+Green+Blue) = 197+22+39=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C51627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51627 is #3AE9D8. Grayscale: #4C4C4C. Windows color (decimal): -3860953 or 2561733. OLE color: 2561733.
HSL color Cylindrical-coordinate representation of color #C51627: hue angle of 354.17º degrees, saturation: 0.8, 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 #C51627 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 39 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.23 |
| HSL | 354.17º | 0.8% | 0.43% | - |
| HSV(B) | 354.17º | 0.89% | 0.77% | - |
| XYZ | 23.68 | 12.59 | 3.1 | - |
| YUV | 76.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 39 | 0 | 0.89 | 0.80 | 0.23 | 354.17 | 0.8 | 0.43 |
| Hex | C5 | 16 | 27 | 0 | 59 | 50 | 17 | 162 | 50 | 2B |
| Octal | 305 | 26 | 47 | 0 | 131 | 120 | 27 | 542 | 120 | 53 |
| Binary | 11000101 | 10110 | 100111 | 0 | 1011001 | 1010000 | 10111 | 101100010 | 1010000 | 101011 |
Color Harmonies of #C51627
Complementary color
Monochromatic Colors of #C51627
Black with #C51627
Text Example
Text Example
White with #C51627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51627; }
p { color: rgb(197,22,39); }
H1.HeaderClassName
{
color: #C51627;
}
.AnyTagClassName
{
color: #C51627;
}
</style>
background-color css
<style>
a { background-color: #C51627; }
a { background-color: rgb(197,22,39); }
div.DivClassName
{
background-color: #C51627;
}
.BgClassName
{
background-color: #C51627;
}
</style>
border-color css
<style>
span { border-color: #C51627; }
span { border-color: rgb(197,22,39); }
td.TdClassName
{
border-color: #C51627;
}
.TagClassName
{
border-color: #C51627;
}
</style>