Shades of Fire Engine Red #C51419
Tints of Fire Engine Red #C51419
RGB
CMYK
RGB Variations
Color information
#C51419 (or 0xC51419) is known color: Fire Engine Red. HEX triplet: C5, 14 and 19. RGB value is (197,20,25). Sum of RGB (Red+Green+Blue) = 197+20+25=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C51419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51419 is #3AEBE6. Grayscale: #494949. Windows color (decimal): -3861479 or 1643717. OLE color: 1643717.
HSL color Cylindrical-coordinate representation of color #C51419: hue angle of 358.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51419 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.23 |
| HSL | 358.31º | 0.82% | 0.43% | - |
| HSV(B) | 358.31º | 0.9% | 0.77% | - |
| XYZ | 23.45 | 12.44 | 2.08 | - |
| YUV | 73.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 25 | 0 | 0.90 | 0.87 | 0.23 | 358.31 | 0.82 | 0.43 |
| Hex | C5 | 14 | 19 | 0 | 5A | 57 | 17 | 166 | 52 | 2B |
| Octal | 305 | 24 | 31 | 0 | 132 | 127 | 27 | 546 | 122 | 53 |
| Binary | 11000101 | 10100 | 11001 | 0 | 1011010 | 1010111 | 10111 | 101100110 | 1010010 | 101011 |
Color Harmonies of #C51419
Complementary color
Monochromatic Colors of #C51419
Black with #C51419
Text Example
Text Example
White with #C51419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51419; }
p { color: rgb(197,20,25); }
H1.HeaderClassName
{
color: #C51419;
}
.AnyTagClassName
{
color: #C51419;
}
</style>
background-color css
<style>
a { background-color: #C51419; }
a { background-color: rgb(197,20,25); }
div.DivClassName
{
background-color: #C51419;
}
.BgClassName
{
background-color: #C51419;
}
</style>
border-color css
<style>
span { border-color: #C51419; }
span { border-color: rgb(197,20,25); }
td.TdClassName
{
border-color: #C51419;
}
.TagClassName
{
border-color: #C51419;
}
</style>