Shades of Fire Engine Red #C51925
Tints of Fire Engine Red #C51925
RGB
CMYK
RGB Variations
Color information
#C51925 (or 0xC51925) is known color: Fire Engine Red. HEX triplet: C5, 19 and 25. RGB value is (197,25,37). Sum of RGB (Red+Green+Blue) = 197+25+37=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C51925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51925 is #3AE6DA. Grayscale: #4D4D4D. Windows color (decimal): -3860187 or 2431429. OLE color: 2431429.
HSL color Cylindrical-coordinate representation of color #C51925: hue angle of 355.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51925 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 37 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.23 |
| HSL | 355.81º | 0.77% | 0.44% | - |
| HSV(B) | 355.81º | 0.87% | 0.77% | - |
| XYZ | 23.71 | 12.7 | 2.95 | - |
| YUV | 77.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 37 | 0 | 0.87 | 0.81 | 0.23 | 355.81 | 0.77 | 0.44 |
| Hex | C5 | 19 | 25 | 0 | 57 | 51 | 17 | 164 | 4D | 2C |
| Octal | 305 | 31 | 45 | 0 | 127 | 121 | 27 | 544 | 115 | 54 |
| Binary | 11000101 | 11001 | 100101 | 0 | 1010111 | 1010001 | 10111 | 101100100 | 1001101 | 101100 |
Color Harmonies of #C51925
Complementary color
Monochromatic Colors of #C51925
Black with #C51925
Text Example
Text Example
White with #C51925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51925; }
p { color: rgb(197,25,37); }
H1.HeaderClassName
{
color: #C51925;
}
.AnyTagClassName
{
color: #C51925;
}
</style>
background-color css
<style>
a { background-color: #C51925; }
a { background-color: rgb(197,25,37); }
div.DivClassName
{
background-color: #C51925;
}
.BgClassName
{
background-color: #C51925;
}
</style>
border-color css
<style>
span { border-color: #C51925; }
span { border-color: rgb(197,25,37); }
td.TdClassName
{
border-color: #C51925;
}
.TagClassName
{
border-color: #C51925;
}
</style>