Shades of Fire Engine Red #C51319
Tints of Fire Engine Red #C51319
RGB
CMYK
RGB Variations
Color information
#C51319 (or 0xC51319) is known color: Fire Engine Red. HEX triplet: C5, 13 and 19. RGB value is (197,19,25). Sum of RGB (Red+Green+Blue) = 197+19+25=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51319 is #3AECE6. Grayscale: #494949. Windows color (decimal): -3861735 or 1643461. OLE color: 1643461.
HSL color Cylindrical-coordinate representation of color #C51319: hue angle of 357.98º 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 #C51319 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.23 |
| HSL | 357.98º | 0.82% | 0.42% | - |
| HSV(B) | 357.98º | 0.9% | 0.77% | - |
| XYZ | 23.43 | 12.41 | 2.08 | - |
| YUV | 72.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 25 | 0 | 0.90 | 0.87 | 0.23 | 357.98 | 0.82 | 0.42 |
| Hex | C5 | 13 | 19 | 0 | 5A | 57 | 17 | 166 | 52 | 2A |
| Octal | 305 | 23 | 31 | 0 | 132 | 127 | 27 | 546 | 122 | 52 |
| Binary | 11000101 | 10011 | 11001 | 0 | 1011010 | 1010111 | 10111 | 101100110 | 1010010 | 101010 |
Color Harmonies of #C51319
Complementary color
Monochromatic Colors of #C51319
Black with #C51319
Text Example
Text Example
White with #C51319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51319; }
p { color: rgb(197,19,25); }
H1.HeaderClassName
{
color: #C51319;
}
.AnyTagClassName
{
color: #C51319;
}
</style>
background-color css
<style>
a { background-color: #C51319; }
a { background-color: rgb(197,19,25); }
div.DivClassName
{
background-color: #C51319;
}
.BgClassName
{
background-color: #C51319;
}
</style>
border-color css
<style>
span { border-color: #C51319; }
span { border-color: rgb(197,19,25); }
td.TdClassName
{
border-color: #C51319;
}
.TagClassName
{
border-color: #C51319;
}
</style>