Shades of Fire Engine Red #C51427
Tints of Fire Engine Red #C51427
RGB
CMYK
RGB Variations
Color information
#C51427 (or 0xC51427) is known color: Fire Engine Red. HEX triplet: C5, 14 and 27. RGB value is (197,20,39). Sum of RGB (Red+Green+Blue) = 197+20+39=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C51427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51427 is #3AEBD8. Grayscale: #4B4B4B. Windows color (decimal): -3861465 or 2561221. OLE color: 2561221.
HSL color Cylindrical-coordinate representation of color #C51427: hue angle of 353.56º 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 #C51427 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 39 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.23 |
| HSL | 353.56º | 0.82% | 0.43% | - |
| HSV(B) | 353.56º | 0.9% | 0.77% | - |
| XYZ | 23.64 | 12.52 | 3.09 | - |
| YUV | 75.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 39 | 0 | 0.90 | 0.80 | 0.23 | 353.56 | 0.82 | 0.43 |
| Hex | C5 | 14 | 27 | 0 | 5A | 50 | 17 | 162 | 52 | 2B |
| Octal | 305 | 24 | 47 | 0 | 132 | 120 | 27 | 542 | 122 | 53 |
| Binary | 11000101 | 10100 | 100111 | 0 | 1011010 | 1010000 | 10111 | 101100010 | 1010010 | 101011 |
Color Harmonies of #C51427
Complementary color
Monochromatic Colors of #C51427
Black with #C51427
Text Example
Text Example
White with #C51427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51427; }
p { color: rgb(197,20,39); }
H1.HeaderClassName
{
color: #C51427;
}
.AnyTagClassName
{
color: #C51427;
}
</style>
background-color css
<style>
a { background-color: #C51427; }
a { background-color: rgb(197,20,39); }
div.DivClassName
{
background-color: #C51427;
}
.BgClassName
{
background-color: #C51427;
}
</style>
border-color css
<style>
span { border-color: #C51427; }
span { border-color: rgb(197,20,39); }
td.TdClassName
{
border-color: #C51427;
}
.TagClassName
{
border-color: #C51427;
}
</style>