Shades of Fire Engine Red #C71725
Tints of Fire Engine Red #C71725
RGB
CMYK
RGB Variations
Color information
#C71725 (or 0xC71725) is known color: Fire Engine Red. HEX triplet: C7, 17 and 25. RGB value is (199,23,37). Sum of RGB (Red+Green+Blue) = 199+23+37=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C71725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71725 is #38E8DA. Grayscale: #4D4D4D. Windows color (decimal): -3729627 or 2430919. OLE color: 2430919.
HSL color Cylindrical-coordinate representation of color #C71725: hue angle of 355.23º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71725 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.22 |
| HSL | 355.23º | 0.79% | 0.44% | - |
| HSV(B) | 355.23º | 0.88% | 0.78% | - |
| XYZ | 24.19 | 12.89 | 2.96 | - |
| YUV | 77.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 37 | 0 | 0.88 | 0.81 | 0.22 | 355.23 | 0.79 | 0.44 |
| Hex | C7 | 17 | 25 | 0 | 58 | 51 | 16 | 163 | 4F | 2C |
| Octal | 307 | 27 | 45 | 0 | 130 | 121 | 26 | 543 | 117 | 54 |
| Binary | 11000111 | 10111 | 100101 | 0 | 1011000 | 1010001 | 10110 | 101100011 | 1001111 | 101100 |
Color Harmonies of #C71725
Complementary color
Monochromatic Colors of #C71725
Black with #C71725
Text Example
Text Example
White with #C71725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71725; }
p { color: rgb(199,23,37); }
H1.HeaderClassName
{
color: #C71725;
}
.AnyTagClassName
{
color: #C71725;
}
</style>
background-color css
<style>
a { background-color: #C71725; }
a { background-color: rgb(199,23,37); }
div.DivClassName
{
background-color: #C71725;
}
.BgClassName
{
background-color: #C71725;
}
</style>
border-color css
<style>
span { border-color: #C71725; }
span { border-color: rgb(199,23,37); }
td.TdClassName
{
border-color: #C71725;
}
.TagClassName
{
border-color: #C71725;
}
</style>