Shades of Fire Engine Red #C51328
Tints of Fire Engine Red #C51328
RGB
CMYK
RGB Variations
Color information
#C51328 (or 0xC51328) is known color: Fire Engine Red. HEX triplet: C5, 13 and 28. RGB value is (197,19,40). Sum of RGB (Red+Green+Blue) = 197+19+40=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C51328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51328 is #3AECD7. Grayscale: #4A4A4A. Windows color (decimal): -3861720 or 2626501. OLE color: 2626501.
HSL color Cylindrical-coordinate representation of color #C51328: hue angle of 352.92º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51328 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 40 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.23 |
| HSL | 352.92º | 0.82% | 0.42% | - |
| HSV(B) | 352.92º | 0.9% | 0.77% | - |
| XYZ | 23.64 | 12.49 | 3.17 | - |
| YUV | 74.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 40 | 0 | 0.90 | 0.80 | 0.23 | 352.92 | 0.82 | 0.42 |
| Hex | C5 | 13 | 28 | 0 | 5A | 50 | 17 | 161 | 52 | 2A |
| Octal | 305 | 23 | 50 | 0 | 132 | 120 | 27 | 541 | 122 | 52 |
| Binary | 11000101 | 10011 | 101000 | 0 | 1011010 | 1010000 | 10111 | 101100001 | 1010010 | 101010 |
Color Harmonies of #C51328
Complementary color
Monochromatic Colors of #C51328
Black with #C51328
Text Example
Text Example
White with #C51328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51328; }
p { color: rgb(197,19,40); }
H1.HeaderClassName
{
color: #C51328;
}
.AnyTagClassName
{
color: #C51328;
}
</style>
background-color css
<style>
a { background-color: #C51328; }
a { background-color: rgb(197,19,40); }
div.DivClassName
{
background-color: #C51328;
}
.BgClassName
{
background-color: #C51328;
}
</style>
border-color css
<style>
span { border-color: #C51328; }
span { border-color: rgb(197,19,40); }
td.TdClassName
{
border-color: #C51328;
}
.TagClassName
{
border-color: #C51328;
}
</style>