Shades of Fire Engine Red #C71027
Tints of Fire Engine Red #C71027
RGB
CMYK
RGB Variations
Color information
#C71027 (or 0xC71027) is known color: Fire Engine Red. HEX triplet: C7, 10 and 27. RGB value is (199,16,39). Sum of RGB (Red+Green+Blue) = 199+16+39=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71027 is #38EFD8. Grayscale: #494949. Windows color (decimal): -3731417 or 2560199. OLE color: 2560199.
HSL color Cylindrical-coordinate representation of color #C71027: hue angle of 352.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71027 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 39 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.22 |
| HSL | 352.46º | 0.85% | 0.42% | - |
| HSV(B) | 352.46º | 0.92% | 0.78% | - |
| XYZ | 24.1 | 12.66 | 3.09 | - |
| YUV | 73.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 39 | 0 | 0.92 | 0.80 | 0.22 | 352.46 | 0.85 | 0.42 |
| Hex | C7 | 10 | 27 | 0 | 5C | 50 | 16 | 160 | 55 | 2A |
| Octal | 307 | 20 | 47 | 0 | 134 | 120 | 26 | 540 | 125 | 52 |
| Binary | 11000111 | 10000 | 100111 | 0 | 1011100 | 1010000 | 10110 | 101100000 | 1010101 | 101010 |
Color Harmonies of #C71027
Complementary color
Monochromatic Colors of #C71027
Black with #C71027
Text Example
Text Example
White with #C71027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71027; }
p { color: rgb(199,16,39); }
H1.HeaderClassName
{
color: #C71027;
}
.AnyTagClassName
{
color: #C71027;
}
</style>
background-color css
<style>
a { background-color: #C71027; }
a { background-color: rgb(199,16,39); }
div.DivClassName
{
background-color: #C71027;
}
.BgClassName
{
background-color: #C71027;
}
</style>
border-color css
<style>
span { border-color: #C71027; }
span { border-color: rgb(199,16,39); }
td.TdClassName
{
border-color: #C71027;
}
.TagClassName
{
border-color: #C71027;
}
</style>