Shades of Fire Engine Red #C51026
Tints of Fire Engine Red #C51026
RGB
CMYK
RGB Variations
Color information
#C51026 (or 0xC51026) is known color: Fire Engine Red. HEX triplet: C5, 10 and 26. RGB value is (197,16,38). Sum of RGB (Red+Green+Blue) = 197+16+38=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51026 is #3AEFD9. Grayscale: #484848. Windows color (decimal): -3862490 or 2494661. OLE color: 2494661.
HSL color Cylindrical-coordinate representation of color #C51026: hue angle of 352.71º degrees, saturation: 0.85, 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 #C51026 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 38 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.23 |
| HSL | 352.71º | 0.85% | 0.42% | - |
| HSV(B) | 352.71º | 0.92% | 0.77% | - |
| XYZ | 23.56 | 12.38 | 2.98 | - |
| YUV | 72.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 38 | 0 | 0.92 | 0.81 | 0.23 | 352.71 | 0.85 | 0.42 |
| Hex | C5 | 10 | 26 | 0 | 5C | 51 | 17 | 161 | 55 | 2A |
| Octal | 305 | 20 | 46 | 0 | 134 | 121 | 27 | 541 | 125 | 52 |
| Binary | 11000101 | 10000 | 100110 | 0 | 1011100 | 1010001 | 10111 | 101100001 | 1010101 | 101010 |
Color Harmonies of #C51026
Complementary color
Monochromatic Colors of #C51026
Black with #C51026
Text Example
Text Example
White with #C51026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51026; }
p { color: rgb(197,16,38); }
H1.HeaderClassName
{
color: #C51026;
}
.AnyTagClassName
{
color: #C51026;
}
</style>
background-color css
<style>
a { background-color: #C51026; }
a { background-color: rgb(197,16,38); }
div.DivClassName
{
background-color: #C51026;
}
.BgClassName
{
background-color: #C51026;
}
</style>
border-color css
<style>
span { border-color: #C51026; }
span { border-color: rgb(197,16,38); }
td.TdClassName
{
border-color: #C51026;
}
.TagClassName
{
border-color: #C51026;
}
</style>