Shades of Fire Engine Red #C71527
Tints of Fire Engine Red #C71527
RGB
CMYK
RGB Variations
Color information
#C71527 (or 0xC71527) is known color: Fire Engine Red. HEX triplet: C7, 15 and 27. RGB value is (199,21,39). Sum of RGB (Red+Green+Blue) = 199+21+39=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C71527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71527 is #38EAD8. Grayscale: #4C4C4C. Windows color (decimal): -3730137 or 2561479. OLE color: 2561479.
HSL color Cylindrical-coordinate representation of color #C71527: hue angle of 353.93º 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 #C71527 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 39 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.22 |
| HSL | 353.93º | 0.81% | 0.43% | - |
| HSV(B) | 353.93º | 0.89% | 0.78% | - |
| XYZ | 24.19 | 12.82 | 3.12 | - |
| YUV | 76.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 39 | 0 | 0.89 | 0.80 | 0.22 | 353.93 | 0.81 | 0.43 |
| Hex | C7 | 15 | 27 | 0 | 59 | 50 | 16 | 162 | 51 | 2B |
| Octal | 307 | 25 | 47 | 0 | 131 | 120 | 26 | 542 | 121 | 53 |
| Binary | 11000111 | 10101 | 100111 | 0 | 1011001 | 1010000 | 10110 | 101100010 | 1010001 | 101011 |
Color Harmonies of #C71527
Complementary color
Monochromatic Colors of #C71527
Black with #C71527
Text Example
Text Example
White with #C71527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71527; }
p { color: rgb(199,21,39); }
H1.HeaderClassName
{
color: #C71527;
}
.AnyTagClassName
{
color: #C71527;
}
</style>
background-color css
<style>
a { background-color: #C71527; }
a { background-color: rgb(199,21,39); }
div.DivClassName
{
background-color: #C71527;
}
.BgClassName
{
background-color: #C71527;
}
</style>
border-color css
<style>
span { border-color: #C71527; }
span { border-color: rgb(199,21,39); }
td.TdClassName
{
border-color: #C71527;
}
.TagClassName
{
border-color: #C71527;
}
</style>