Shades of Fire Engine Red #C51719
Tints of Fire Engine Red #C51719
RGB
CMYK
RGB Variations
Color information
#C51719 (or 0xC51719) is known color: Fire Engine Red. HEX triplet: C5, 17 and 19. RGB value is (197,23,25). Sum of RGB (Red+Green+Blue) = 197+23+25=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C51719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51719 is #3AE8E6. Grayscale: #4B4B4B. Windows color (decimal): -3860711 or 1644485. OLE color: 1644485.
HSL color Cylindrical-coordinate representation of color #C51719: hue angle of 359.31º 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 #C51719 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 25 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.23 |
| HSL | 359.31º | 0.79% | 0.43% | - |
| HSV(B) | 359.31º | 0.88% | 0.77% | - |
| XYZ | 23.51 | 12.55 | 2.1 | - |
| YUV | 75.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 25 | 0 | 0.88 | 0.87 | 0.23 | 359.31 | 0.79 | 0.43 |
| Hex | C5 | 17 | 19 | 0 | 58 | 57 | 17 | 167 | 4F | 2B |
| Octal | 305 | 27 | 31 | 0 | 130 | 127 | 27 | 547 | 117 | 53 |
| Binary | 11000101 | 10111 | 11001 | 0 | 1011000 | 1010111 | 10111 | 101100111 | 1001111 | 101011 |
Color Harmonies of #C51719
Complementary color
Monochromatic Colors of #C51719
Black with #C51719
Text Example
Text Example
White with #C51719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51719; }
p { color: rgb(197,23,25); }
H1.HeaderClassName
{
color: #C51719;
}
.AnyTagClassName
{
color: #C51719;
}
</style>
background-color css
<style>
a { background-color: #C51719; }
a { background-color: rgb(197,23,25); }
div.DivClassName
{
background-color: #C51719;
}
.BgClassName
{
background-color: #C51719;
}
</style>
border-color css
<style>
span { border-color: #C51719; }
span { border-color: rgb(197,23,25); }
td.TdClassName
{
border-color: #C51719;
}
.TagClassName
{
border-color: #C51719;
}
</style>