Shades of Fire Engine Red #C71428
Tints of Fire Engine Red #C71428
RGB
CMYK
RGB Variations
Color information
#C71428 (or 0xC71428) is known color: Fire Engine Red. HEX triplet: C7, 14 and 28. RGB value is (199,20,40). Sum of RGB (Red+Green+Blue) = 199+20+40=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C71428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71428 is #38EBD7. Grayscale: #4B4B4B. Windows color (decimal): -3730392 or 2626759. OLE color: 2626759.
HSL color Cylindrical-coordinate representation of color #C71428: hue angle of 353.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71428 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 40 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.22 |
| HSL | 353.3º | 0.82% | 0.43% | - |
| HSV(B) | 353.3º | 0.9% | 0.78% | - |
| XYZ | 24.19 | 12.8 | 3.2 | - |
| YUV | 75.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 40 | 0 | 0.90 | 0.80 | 0.22 | 353.3 | 0.82 | 0.43 |
| Hex | C7 | 14 | 28 | 0 | 5A | 50 | 16 | 161 | 52 | 2B |
| Octal | 307 | 24 | 50 | 0 | 132 | 120 | 26 | 541 | 122 | 53 |
| Binary | 11000111 | 10100 | 101000 | 0 | 1011010 | 1010000 | 10110 | 101100001 | 1010010 | 101011 |
Color Harmonies of #C71428
Complementary color
Monochromatic Colors of #C71428
Black with #C71428
Text Example
Text Example
White with #C71428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71428; }
p { color: rgb(199,20,40); }
H1.HeaderClassName
{
color: #C71428;
}
.AnyTagClassName
{
color: #C71428;
}
</style>
background-color css
<style>
a { background-color: #C71428; }
a { background-color: rgb(199,20,40); }
div.DivClassName
{
background-color: #C71428;
}
.BgClassName
{
background-color: #C71428;
}
</style>
border-color css
<style>
span { border-color: #C71428; }
span { border-color: rgb(199,20,40); }
td.TdClassName
{
border-color: #C71428;
}
.TagClassName
{
border-color: #C71428;
}
</style>