Shades of Fire Engine Red #C7052E
Tints of Fire Engine Red #C7052E
RGB
CMYK
RGB Variations
Color information
#C7052E (or 0xC7052E) is known color: Fire Engine Red. HEX triplet: C7, 05 and 2E. RGB value is (199,5,46). Sum of RGB (Red+Green+Blue) = 199+5+46=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052E is #38FAD1. Grayscale: #434343. Windows color (decimal): -3734226 or 3016135. OLE color: 3016135.
HSL color Cylindrical-coordinate representation of color #C7052E: hue angle of 347.32º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7052E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.22 |
| HSL | 347.32º | 0.95% | 0.4% | - |
| HSV(B) | 347.32º | 0.97% | 0.78% | - |
| XYZ | 24.1 | 12.45 | 3.72 | - |
| YUV | 67.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 46 | 0 | 0.97 | 0.77 | 0.22 | 347.32 | 0.95 | 0.4 |
| Hex | C7 | 5 | 2E | 0 | 61 | 4D | 16 | 15B | 5F | 28 |
| Octal | 307 | 5 | 56 | 0 | 141 | 115 | 26 | 533 | 137 | 50 |
| Binary | 11000111 | 101 | 101110 | 0 | 1100001 | 1001101 | 10110 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C7052E
Complementary color
Monochromatic Colors of #C7052E
Black with #C7052E
Text Example
Text Example
White with #C7052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7052E; }
p { color: rgb(199,5,46); }
H1.HeaderClassName
{
color: #C7052E;
}
.AnyTagClassName
{
color: #C7052E;
}
</style>
background-color css
<style>
a { background-color: #C7052E; }
a { background-color: rgb(199,5,46); }
div.DivClassName
{
background-color: #C7052E;
}
.BgClassName
{
background-color: #C7052E;
}
</style>
border-color css
<style>
span { border-color: #C7052E; }
span { border-color: rgb(199,5,46); }
td.TdClassName
{
border-color: #C7052E;
}
.TagClassName
{
border-color: #C7052E;
}
</style>