Shades of Fire Engine Red #C71526
Tints of Fire Engine Red #C71526
RGB
CMYK
RGB Variations
Color information
#C71526 (or 0xC71526) is known color: Fire Engine Red. HEX triplet: C7, 15 and 26. RGB value is (199,21,38). Sum of RGB (Red+Green+Blue) = 199+21+38=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71526 is #38EAD9. Grayscale: #4C4C4C. Windows color (decimal): -3730138 or 2495943. OLE color: 2495943.
HSL color Cylindrical-coordinate representation of color #C71526: hue angle of 354.27º degrees, saturation: 0.81, 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 #C71526 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 38 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.22 |
| HSL | 354.27º | 0.81% | 0.43% | - |
| HSV(B) | 354.27º | 0.89% | 0.78% | - |
| XYZ | 24.17 | 12.82 | 3.03 | - |
| YUV | 76.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 38 | 0 | 0.89 | 0.81 | 0.22 | 354.27 | 0.81 | 0.43 |
| Hex | C7 | 15 | 26 | 0 | 59 | 51 | 16 | 162 | 51 | 2B |
| Octal | 307 | 25 | 46 | 0 | 131 | 121 | 26 | 542 | 121 | 53 |
| Binary | 11000111 | 10101 | 100110 | 0 | 1011001 | 1010001 | 10110 | 101100010 | 1010001 | 101011 |
Color Harmonies of #C71526
Complementary color
Monochromatic Colors of #C71526
Black with #C71526
Text Example
Text Example
White with #C71526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71526; }
p { color: rgb(199,21,38); }
H1.HeaderClassName
{
color: #C71526;
}
.AnyTagClassName
{
color: #C71526;
}
</style>
background-color css
<style>
a { background-color: #C71526; }
a { background-color: rgb(199,21,38); }
div.DivClassName
{
background-color: #C71526;
}
.BgClassName
{
background-color: #C71526;
}
</style>
border-color css
<style>
span { border-color: #C71526; }
span { border-color: rgb(199,21,38); }
td.TdClassName
{
border-color: #C71526;
}
.TagClassName
{
border-color: #C71526;
}
</style>