Shades of Fire Engine Red #C51420
Tints of Fire Engine Red #C51420
RGB
CMYK
RGB Variations
Color information
#C51420 (or 0xC51420) is known color: Fire Engine Red. HEX triplet: C5, 14 and 20. RGB value is (197,20,32). Sum of RGB (Red+Green+Blue) = 197+20+32=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C51420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51420 is #3AEBDF. Grayscale: #4A4A4A. Windows color (decimal): -3861472 or 2102469. OLE color: 2102469.
HSL color Cylindrical-coordinate representation of color #C51420: hue angle of 355.93º 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 #C51420 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.23 |
| HSL | 355.93º | 0.82% | 0.43% | - |
| HSV(B) | 355.93º | 0.9% | 0.77% | - |
| XYZ | 23.54 | 12.47 | 2.53 | - |
| YUV | 74.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 32 | 0 | 0.90 | 0.84 | 0.23 | 355.93 | 0.82 | 0.43 |
| Hex | C5 | 14 | 20 | 0 | 5A | 54 | 17 | 164 | 52 | 2B |
| Octal | 305 | 24 | 40 | 0 | 132 | 124 | 27 | 544 | 122 | 53 |
| Binary | 11000101 | 10100 | 100000 | 0 | 1011010 | 1010100 | 10111 | 101100100 | 1010010 | 101011 |
Color Harmonies of #C51420
Complementary color
Monochromatic Colors of #C51420
Black with #C51420
Text Example
Text Example
White with #C51420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51420; }
p { color: rgb(197,20,32); }
H1.HeaderClassName
{
color: #C51420;
}
.AnyTagClassName
{
color: #C51420;
}
</style>
background-color css
<style>
a { background-color: #C51420; }
a { background-color: rgb(197,20,32); }
div.DivClassName
{
background-color: #C51420;
}
.BgClassName
{
background-color: #C51420;
}
</style>
border-color css
<style>
span { border-color: #C51420; }
span { border-color: rgb(197,20,32); }
td.TdClassName
{
border-color: #C51420;
}
.TagClassName
{
border-color: #C51420;
}
</style>