Shades of Fire Engine Red #C7062D
Tints of Fire Engine Red #C7062D
RGB
CMYK
RGB Variations
Color information
#C7062D (or 0xC7062D) is known color: Fire Engine Red. HEX triplet: C7, 06 and 2D. RGB value is (199,6,45). Sum of RGB (Red+Green+Blue) = 199+6+45=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7062D is #38F9D2. Grayscale: #444444. Windows color (decimal): -3733971 or 2950855. OLE color: 2950855.
HSL color Cylindrical-coordinate representation of color #C7062D: hue angle of 347.88º degrees, saturation: 0.94, 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 #C7062D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.22 |
| HSL | 347.88º | 0.94% | 0.4% | - |
| HSV(B) | 347.88º | 0.97% | 0.78% | - |
| XYZ | 24.09 | 12.46 | 3.62 | - |
| YUV | 68.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 45 | 0 | 0.97 | 0.77 | 0.22 | 347.88 | 0.94 | 0.4 |
| Hex | C7 | 6 | 2D | 0 | 61 | 4D | 16 | 15C | 5E | 28 |
| Octal | 307 | 6 | 55 | 0 | 141 | 115 | 26 | 534 | 136 | 50 |
| Binary | 11000111 | 110 | 101101 | 0 | 1100001 | 1001101 | 10110 | 101011100 | 1011110 | 101000 |
Color Harmonies of #C7062D
Complementary color
Monochromatic Colors of #C7062D
Black with #C7062D
Text Example
Text Example
White with #C7062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7062D; }
p { color: rgb(199,6,45); }
H1.HeaderClassName
{
color: #C7062D;
}
.AnyTagClassName
{
color: #C7062D;
}
</style>
background-color css
<style>
a { background-color: #C7062D; }
a { background-color: rgb(199,6,45); }
div.DivClassName
{
background-color: #C7062D;
}
.BgClassName
{
background-color: #C7062D;
}
</style>
border-color css
<style>
span { border-color: #C7062D; }
span { border-color: rgb(199,6,45); }
td.TdClassName
{
border-color: #C7062D;
}
.TagClassName
{
border-color: #C7062D;
}
</style>