Shades of Fire Engine Red #C71625
Tints of Fire Engine Red #C71625
RGB
CMYK
RGB Variations
Color information
#C71625 (or 0xC71625) is known color: Fire Engine Red. HEX triplet: C7, 16 and 25. RGB value is (199,22,37). Sum of RGB (Red+Green+Blue) = 199+22+37=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71625 is #38E9DA. Grayscale: #4C4C4C. Windows color (decimal): -3729883 or 2430663. OLE color: 2430663.
HSL color Cylindrical-coordinate representation of color #C71625: hue angle of 354.92º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71625 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 37 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.22 |
| HSL | 354.92º | 0.8% | 0.43% | - |
| HSV(B) | 354.92º | 0.89% | 0.78% | - |
| XYZ | 24.17 | 12.85 | 2.96 | - |
| YUV | 76.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 37 | 0 | 0.89 | 0.81 | 0.22 | 354.92 | 0.8 | 0.43 |
| Hex | C7 | 16 | 25 | 0 | 59 | 51 | 16 | 163 | 50 | 2B |
| Octal | 307 | 26 | 45 | 0 | 131 | 121 | 26 | 543 | 120 | 53 |
| Binary | 11000111 | 10110 | 100101 | 0 | 1011001 | 1010001 | 10110 | 101100011 | 1010000 | 101011 |
Color Harmonies of #C71625
Complementary color
Monochromatic Colors of #C71625
Black with #C71625
Text Example
Text Example
White with #C71625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71625; }
p { color: rgb(199,22,37); }
H1.HeaderClassName
{
color: #C71625;
}
.AnyTagClassName
{
color: #C71625;
}
</style>
background-color css
<style>
a { background-color: #C71625; }
a { background-color: rgb(199,22,37); }
div.DivClassName
{
background-color: #C71625;
}
.BgClassName
{
background-color: #C71625;
}
</style>
border-color css
<style>
span { border-color: #C71625; }
span { border-color: rgb(199,22,37); }
td.TdClassName
{
border-color: #C71625;
}
.TagClassName
{
border-color: #C71625;
}
</style>