Shades of Fire Engine Red #C51927
Tints of Fire Engine Red #C51927
RGB
CMYK
RGB Variations
Color information
#C51927 (or 0xC51927) is known color: Fire Engine Red. HEX triplet: C5, 19 and 27. RGB value is (197,25,39). Sum of RGB (Red+Green+Blue) = 197+25+39=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C51927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51927 is #3AE6D8. Grayscale: #4E4E4E. Windows color (decimal): -3860185 or 2562501. OLE color: 2562501.
HSL color Cylindrical-coordinate representation of color #C51927: hue angle of 355.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51927 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 39 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.23 |
| HSL | 355.12º | 0.77% | 0.44% | - |
| HSV(B) | 355.12º | 0.87% | 0.77% | - |
| XYZ | 23.74 | 12.71 | 3.12 | - |
| YUV | 78.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 39 | 0 | 0.87 | 0.80 | 0.23 | 355.12 | 0.77 | 0.44 |
| Hex | C5 | 19 | 27 | 0 | 57 | 50 | 17 | 163 | 4D | 2C |
| Octal | 305 | 31 | 47 | 0 | 127 | 120 | 27 | 543 | 115 | 54 |
| Binary | 11000101 | 11001 | 100111 | 0 | 1010111 | 1010000 | 10111 | 101100011 | 1001101 | 101100 |
Color Harmonies of #C51927
Complementary color
Monochromatic Colors of #C51927
Black with #C51927
Text Example
Text Example
White with #C51927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51927; }
p { color: rgb(197,25,39); }
H1.HeaderClassName
{
color: #C51927;
}
.AnyTagClassName
{
color: #C51927;
}
</style>
background-color css
<style>
a { background-color: #C51927; }
a { background-color: rgb(197,25,39); }
div.DivClassName
{
background-color: #C51927;
}
.BgClassName
{
background-color: #C51927;
}
</style>
border-color css
<style>
span { border-color: #C51927; }
span { border-color: rgb(197,25,39); }
td.TdClassName
{
border-color: #C51927;
}
.TagClassName
{
border-color: #C51927;
}
</style>