Shades of Fire Engine Red #C71521
Tints of Fire Engine Red #C71521
RGB
CMYK
RGB Variations
Color information
#C71521 (or 0xC71521) is known color: Fire Engine Red. HEX triplet: C7, 15 and 21. RGB value is (199,21,33). Sum of RGB (Red+Green+Blue) = 199+21+33=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C71521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71521 is #38EADE. Grayscale: #4B4B4B. Windows color (decimal): -3730143 or 2168263. OLE color: 2168263.
HSL color Cylindrical-coordinate representation of color #C71521: hue angle of 355.96º 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 #C71521 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 33 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.22 |
| HSL | 355.96º | 0.81% | 0.43% | - |
| HSV(B) | 355.96º | 0.89% | 0.78% | - |
| XYZ | 24.1 | 12.79 | 2.64 | - |
| YUV | 75.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 33 | 0 | 0.89 | 0.83 | 0.22 | 355.96 | 0.81 | 0.43 |
| Hex | C7 | 15 | 21 | 0 | 59 | 53 | 16 | 164 | 51 | 2B |
| Octal | 307 | 25 | 41 | 0 | 131 | 123 | 26 | 544 | 121 | 53 |
| Binary | 11000111 | 10101 | 100001 | 0 | 1011001 | 1010011 | 10110 | 101100100 | 1010001 | 101011 |
Color Harmonies of #C71521
Complementary color
Monochromatic Colors of #C71521
Black with #C71521
Text Example
Text Example
White with #C71521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71521; }
p { color: rgb(199,21,33); }
H1.HeaderClassName
{
color: #C71521;
}
.AnyTagClassName
{
color: #C71521;
}
</style>
background-color css
<style>
a { background-color: #C71521; }
a { background-color: rgb(199,21,33); }
div.DivClassName
{
background-color: #C71521;
}
.BgClassName
{
background-color: #C71521;
}
</style>
border-color css
<style>
span { border-color: #C71521; }
span { border-color: rgb(199,21,33); }
td.TdClassName
{
border-color: #C71521;
}
.TagClassName
{
border-color: #C71521;
}
</style>