Shades of Fire Engine Red #C7042F
Tints of Fire Engine Red #C7042F
RGB
CMYK
RGB Variations
Color information
#C7042F (or 0xC7042F) is known color: Fire Engine Red. HEX triplet: C7, 04 and 2F. RGB value is (199,4,47). Sum of RGB (Red+Green+Blue) = 199+4+47=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7042F is #38FBD0. Grayscale: #434343. Windows color (decimal): -3734481 or 3081415. OLE color: 3081415.
HSL color Cylindrical-coordinate representation of color #C7042F: hue angle of 346.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7042F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.22 |
| HSL | 346.77º | 0.96% | 0.4% | - |
| HSV(B) | 346.77º | 0.98% | 0.78% | - |
| XYZ | 24.11 | 12.43 | 3.82 | - |
| YUV | 67.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 47 | 0 | 0.98 | 0.76 | 0.22 | 346.77 | 0.96 | 0.4 |
| Hex | C7 | 4 | 2F | 0 | 62 | 4C | 16 | 15B | 60 | 28 |
| Octal | 307 | 4 | 57 | 0 | 142 | 114 | 26 | 533 | 140 | 50 |
| Binary | 11000111 | 100 | 101111 | 0 | 1100010 | 1001100 | 10110 | 101011011 | 1100000 | 101000 |
Color Harmonies of #C7042F
Complementary color
Monochromatic Colors of #C7042F
Black with #C7042F
Text Example
Text Example
White with #C7042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7042F; }
p { color: rgb(199,4,47); }
H1.HeaderClassName
{
color: #C7042F;
}
.AnyTagClassName
{
color: #C7042F;
}
</style>
background-color css
<style>
a { background-color: #C7042F; }
a { background-color: rgb(199,4,47); }
div.DivClassName
{
background-color: #C7042F;
}
.BgClassName
{
background-color: #C7042F;
}
</style>
border-color css
<style>
span { border-color: #C7042F; }
span { border-color: rgb(199,4,47); }
td.TdClassName
{
border-color: #C7042F;
}
.TagClassName
{
border-color: #C7042F;
}
</style>