Shades of Fire Engine Red #C51628
Tints of Fire Engine Red #C51628
RGB
CMYK
RGB Variations
Color information
#C51628 (or 0xC51628) is known color: Fire Engine Red. HEX triplet: C5, 16 and 28. RGB value is (197,22,40). Sum of RGB (Red+Green+Blue) = 197+22+40=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C51628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51628 is #3AE9D7. Grayscale: #4C4C4C. Windows color (decimal): -3860952 or 2627269. OLE color: 2627269.
HSL color Cylindrical-coordinate representation of color #C51628: hue angle of 353.83º 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 #C51628 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 40 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.23 |
| HSL | 353.83º | 0.8% | 0.43% | - |
| HSV(B) | 353.83º | 0.89% | 0.77% | - |
| XYZ | 23.7 | 12.6 | 3.19 | - |
| YUV | 76.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 40 | 0 | 0.89 | 0.80 | 0.23 | 353.83 | 0.8 | 0.43 |
| Hex | C5 | 16 | 28 | 0 | 59 | 50 | 17 | 162 | 50 | 2B |
| Octal | 305 | 26 | 50 | 0 | 131 | 120 | 27 | 542 | 120 | 53 |
| Binary | 11000101 | 10110 | 101000 | 0 | 1011001 | 1010000 | 10111 | 101100010 | 1010000 | 101011 |
Color Harmonies of #C51628
Complementary color
Monochromatic Colors of #C51628
Black with #C51628
Text Example
Text Example
White with #C51628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51628; }
p { color: rgb(197,22,40); }
H1.HeaderClassName
{
color: #C51628;
}
.AnyTagClassName
{
color: #C51628;
}
</style>
background-color css
<style>
a { background-color: #C51628; }
a { background-color: rgb(197,22,40); }
div.DivClassName
{
background-color: #C51628;
}
.BgClassName
{
background-color: #C51628;
}
</style>
border-color css
<style>
span { border-color: #C51628; }
span { border-color: rgb(197,22,40); }
td.TdClassName
{
border-color: #C51628;
}
.TagClassName
{
border-color: #C51628;
}
</style>