Shades of Fire Engine Red #C50F1E
Tints of Fire Engine Red #C50F1E
RGB
CMYK
RGB Variations
Color information
#C50F1E (or 0xC50F1E) is known color: Fire Engine Red. HEX triplet: C5, 0F and 1E. RGB value is (197,15,30). Sum of RGB (Red+Green+Blue) = 197+15+30=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50F1E is #3AF0E1. Grayscale: #474747. Windows color (decimal): -3862754 or 1970117. OLE color: 1970117.
HSL color Cylindrical-coordinate representation of color #C50F1E: hue angle of 355.05º 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 #C50F1E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.23 |
| HSL | 355.05º | 0.86% | 0.42% | - |
| HSV(B) | 355.05º | 0.92% | 0.77% | - |
| XYZ | 23.43 | 12.31 | 2.37 | - |
| YUV | 71.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 30 | 0 | 0.92 | 0.85 | 0.23 | 355.05 | 0.86 | 0.42 |
| Hex | C5 | F | 1E | 0 | 5C | 55 | 17 | 163 | 56 | 2A |
| Octal | 305 | 17 | 36 | 0 | 134 | 125 | 27 | 543 | 126 | 52 |
| Binary | 11000101 | 1111 | 11110 | 0 | 1011100 | 1010101 | 10111 | 101100011 | 1010110 | 101010 |
Color Harmonies of #C50F1E
Complementary color
Monochromatic Colors of #C50F1E
Black with #C50F1E
Text Example
Text Example
White with #C50F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F1E; }
p { color: rgb(197,15,30); }
H1.HeaderClassName
{
color: #C50F1E;
}
.AnyTagClassName
{
color: #C50F1E;
}
</style>
background-color css
<style>
a { background-color: #C50F1E; }
a { background-color: rgb(197,15,30); }
div.DivClassName
{
background-color: #C50F1E;
}
.BgClassName
{
background-color: #C50F1E;
}
</style>
border-color css
<style>
span { border-color: #C50F1E; }
span { border-color: rgb(197,15,30); }
td.TdClassName
{
border-color: #C50F1E;
}
.TagClassName
{
border-color: #C50F1E;
}
</style>