Shades of Fire Engine Red #C51520
Tints of Fire Engine Red #C51520
RGB
CMYK
RGB Variations
Color information
#C51520 (or 0xC51520) is known color: Fire Engine Red. HEX triplet: C5, 15 and 20. RGB value is (197,21,32). Sum of RGB (Red+Green+Blue) = 197+21+32=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C51520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51520 is #3AEADF. Grayscale: #4B4B4B. Windows color (decimal): -3861216 or 2102725. OLE color: 2102725.
HSL color Cylindrical-coordinate representation of color #C51520: hue angle of 356.25º degrees, saturation: 0.81, 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 #C51520 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 32 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.23 |
| HSL | 356.25º | 0.81% | 0.43% | - |
| HSV(B) | 356.25º | 0.89% | 0.77% | - |
| XYZ | 23.55 | 12.51 | 2.54 | - |
| YUV | 74.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 32 | 0 | 0.89 | 0.84 | 0.23 | 356.25 | 0.81 | 0.43 |
| Hex | C5 | 15 | 20 | 0 | 59 | 54 | 17 | 164 | 51 | 2B |
| Octal | 305 | 25 | 40 | 0 | 131 | 124 | 27 | 544 | 121 | 53 |
| Binary | 11000101 | 10101 | 100000 | 0 | 1011001 | 1010100 | 10111 | 101100100 | 1010001 | 101011 |
Color Harmonies of #C51520
Complementary color
Monochromatic Colors of #C51520
Black with #C51520
Text Example
Text Example
White with #C51520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51520; }
p { color: rgb(197,21,32); }
H1.HeaderClassName
{
color: #C51520;
}
.AnyTagClassName
{
color: #C51520;
}
</style>
background-color css
<style>
a { background-color: #C51520; }
a { background-color: rgb(197,21,32); }
div.DivClassName
{
background-color: #C51520;
}
.BgClassName
{
background-color: #C51520;
}
</style>
border-color css
<style>
span { border-color: #C51520; }
span { border-color: rgb(197,21,32); }
td.TdClassName
{
border-color: #C51520;
}
.TagClassName
{
border-color: #C51520;
}
</style>