Shades of Fire Engine Red #C7052D
Tints of Fire Engine Red #C7052D
RGB
CMYK
RGB Variations
Color information
#C7052D (or 0xC7052D) is known color: Fire Engine Red. HEX triplet: C7, 05 and 2D. RGB value is (199,5,45). Sum of RGB (Red+Green+Blue) = 199+5+45=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052D is #38FAD2. Grayscale: #434343. Windows color (decimal): -3734227 or 2950599. OLE color: 2950599.
HSL color Cylindrical-coordinate representation of color #C7052D: hue angle of 347.63º 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 #C7052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.22 |
| HSL | 347.63º | 0.95% | 0.4% | - |
| HSV(B) | 347.63º | 0.97% | 0.78% | - |
| XYZ | 24.08 | 12.44 | 3.61 | - |
| YUV | 67.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 45 | 0 | 0.97 | 0.77 | 0.22 | 347.63 | 0.95 | 0.4 |
| Hex | C7 | 5 | 2D | 0 | 61 | 4D | 16 | 15C | 5F | 28 |
| Octal | 307 | 5 | 55 | 0 | 141 | 115 | 26 | 534 | 137 | 50 |
| Binary | 11000111 | 101 | 101101 | 0 | 1100001 | 1001101 | 10110 | 101011100 | 1011111 | 101000 |
Color Harmonies of #C7052D
Complementary color
Monochromatic Colors of #C7052D
Black with #C7052D
Text Example
Text Example
White with #C7052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7052D; }
p { color: rgb(199,5,45); }
H1.HeaderClassName
{
color: #C7052D;
}
.AnyTagClassName
{
color: #C7052D;
}
</style>
background-color css
<style>
a { background-color: #C7052D; }
a { background-color: rgb(199,5,45); }
div.DivClassName
{
background-color: #C7052D;
}
.BgClassName
{
background-color: #C7052D;
}
</style>
border-color css
<style>
span { border-color: #C7052D; }
span { border-color: rgb(199,5,45); }
td.TdClassName
{
border-color: #C7052D;
}
.TagClassName
{
border-color: #C7052D;
}
</style>