Shades of Fire Engine Red #C51619
Tints of Fire Engine Red #C51619
RGB
CMYK
RGB Variations
Color information
#C51619 (or 0xC51619) is known color: Fire Engine Red. HEX triplet: C5, 16 and 19. RGB value is (197,22,25). Sum of RGB (Red+Green+Blue) = 197+22+25=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C51619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51619 is #3AE9E6. Grayscale: #4A4A4A. Windows color (decimal): -3860967 or 1644229. OLE color: 1644229.
HSL color Cylindrical-coordinate representation of color #C51619: hue angle of 358.97º 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 #C51619 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.23 |
| HSL | 358.97º | 0.8% | 0.43% | - |
| HSV(B) | 358.97º | 0.89% | 0.77% | - |
| XYZ | 23.49 | 12.51 | 2.1 | - |
| YUV | 74.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 25 | 0 | 0.89 | 0.87 | 0.23 | 358.97 | 0.8 | 0.43 |
| Hex | C5 | 16 | 19 | 0 | 59 | 57 | 17 | 167 | 50 | 2B |
| Octal | 305 | 26 | 31 | 0 | 131 | 127 | 27 | 547 | 120 | 53 |
| Binary | 11000101 | 10110 | 11001 | 0 | 1011001 | 1010111 | 10111 | 101100111 | 1010000 | 101011 |
Color Harmonies of #C51619
Complementary color
Monochromatic Colors of #C51619
Black with #C51619
Text Example
Text Example
White with #C51619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51619; }
p { color: rgb(197,22,25); }
H1.HeaderClassName
{
color: #C51619;
}
.AnyTagClassName
{
color: #C51619;
}
</style>
background-color css
<style>
a { background-color: #C51619; }
a { background-color: rgb(197,22,25); }
div.DivClassName
{
background-color: #C51619;
}
.BgClassName
{
background-color: #C51619;
}
</style>
border-color css
<style>
span { border-color: #C51619; }
span { border-color: rgb(197,22,25); }
td.TdClassName
{
border-color: #C51619;
}
.TagClassName
{
border-color: #C51619;
}
</style>