Shades of Fire Engine Red #C50F20
Tints of Fire Engine Red #C50F20
RGB
CMYK
RGB Variations
Color information
#C50F20 (or 0xC50F20) is known color: Fire Engine Red. HEX triplet: C5, 0F and 20. RGB value is (197,15,32). Sum of RGB (Red+Green+Blue) = 197+15+32=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50F20 is #3AF0DF. Grayscale: #474747. Windows color (decimal): -3862752 or 2101189. OLE color: 2101189.
HSL color Cylindrical-coordinate representation of color #C50F20: hue angle of 354.4º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F20 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.23 |
| HSL | 354.4º | 0.86% | 0.42% | - |
| HSV(B) | 354.4º | 0.92% | 0.77% | - |
| XYZ | 23.46 | 12.32 | 2.51 | - |
| YUV | 71.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 32 | 0 | 0.92 | 0.84 | 0.23 | 354.4 | 0.86 | 0.42 |
| Hex | C5 | F | 20 | 0 | 5C | 54 | 17 | 162 | 56 | 2A |
| Octal | 305 | 17 | 40 | 0 | 134 | 124 | 27 | 542 | 126 | 52 |
| Binary | 11000101 | 1111 | 100000 | 0 | 1011100 | 1010100 | 10111 | 101100010 | 1010110 | 101010 |
Color Harmonies of #C50F20
Complementary color
Monochromatic Colors of #C50F20
Black with #C50F20
Text Example
Text Example
White with #C50F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F20; }
p { color: rgb(197,15,32); }
H1.HeaderClassName
{
color: #C50F20;
}
.AnyTagClassName
{
color: #C50F20;
}
</style>
background-color css
<style>
a { background-color: #C50F20; }
a { background-color: rgb(197,15,32); }
div.DivClassName
{
background-color: #C50F20;
}
.BgClassName
{
background-color: #C50F20;
}
</style>
border-color css
<style>
span { border-color: #C50F20; }
span { border-color: rgb(197,15,32); }
td.TdClassName
{
border-color: #C50F20;
}
.TagClassName
{
border-color: #C50F20;
}
</style>