Shades of Fire Engine Red #C51229
Tints of Fire Engine Red #C51229
RGB
CMYK
RGB Variations
Color information
#C51229 (or 0xC51229) is known color: Fire Engine Red. HEX triplet: C5, 12 and 29. RGB value is (197,18,41). Sum of RGB (Red+Green+Blue) = 197+18+41=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C51229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51229 is #3AEDD6. Grayscale: #4A4A4A. Windows color (decimal): -3861975 or 2691781. OLE color: 2691781.
HSL color Cylindrical-coordinate representation of color #C51229: hue angle of 352.29º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51229 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.23 |
| HSL | 352.29º | 0.83% | 0.42% | - |
| HSV(B) | 352.29º | 0.91% | 0.77% | - |
| XYZ | 23.64 | 12.46 | 3.26 | - |
| YUV | 74.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 41 | 0 | 0.91 | 0.79 | 0.23 | 352.29 | 0.83 | 0.42 |
| Hex | C5 | 12 | 29 | 0 | 5B | 4F | 17 | 160 | 53 | 2A |
| Octal | 305 | 22 | 51 | 0 | 133 | 117 | 27 | 540 | 123 | 52 |
| Binary | 11000101 | 10010 | 101001 | 0 | 1011011 | 1001111 | 10111 | 101100000 | 1010011 | 101010 |
Color Harmonies of #C51229
Complementary color
Monochromatic Colors of #C51229
Black with #C51229
Text Example
Text Example
White with #C51229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51229; }
p { color: rgb(197,18,41); }
H1.HeaderClassName
{
color: #C51229;
}
.AnyTagClassName
{
color: #C51229;
}
</style>
background-color css
<style>
a { background-color: #C51229; }
a { background-color: rgb(197,18,41); }
div.DivClassName
{
background-color: #C51229;
}
.BgClassName
{
background-color: #C51229;
}
</style>
border-color css
<style>
span { border-color: #C51229; }
span { border-color: rgb(197,18,41); }
td.TdClassName
{
border-color: #C51229;
}
.TagClassName
{
border-color: #C51229;
}
</style>