Shades of Fire Engine Red #C7082D
Tints of Fire Engine Red #C7082D
RGB
CMYK
RGB Variations
Color information
#C7082D (or 0xC7082D) is known color: Fire Engine Red. HEX triplet: C7, 08 and 2D. RGB value is (199,8,45). Sum of RGB (Red+Green+Blue) = 199+8+45=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7082D is #38F7D2. Grayscale: #454545. Windows color (decimal): -3733459 or 2951367. OLE color: 2951367.
HSL color Cylindrical-coordinate representation of color #C7082D: hue angle of 348.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7082D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.22 |
| HSL | 348.38º | 0.92% | 0.41% | - |
| HSV(B) | 348.38º | 0.96% | 0.78% | - |
| XYZ | 24.11 | 12.51 | 3.63 | - |
| YUV | 69.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 45 | 0 | 0.96 | 0.77 | 0.22 | 348.38 | 0.92 | 0.41 |
| Hex | C7 | 8 | 2D | 0 | 60 | 4D | 16 | 15C | 5C | 29 |
| Octal | 307 | 10 | 55 | 0 | 140 | 115 | 26 | 534 | 134 | 51 |
| Binary | 11000111 | 1000 | 101101 | 0 | 1100000 | 1001101 | 10110 | 101011100 | 1011100 | 101001 |
Color Harmonies of #C7082D
Complementary color
Monochromatic Colors of #C7082D
Black with #C7082D
Text Example
Text Example
White with #C7082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7082D; }
p { color: rgb(199,8,45); }
H1.HeaderClassName
{
color: #C7082D;
}
.AnyTagClassName
{
color: #C7082D;
}
</style>
background-color css
<style>
a { background-color: #C7082D; }
a { background-color: rgb(199,8,45); }
div.DivClassName
{
background-color: #C7082D;
}
.BgClassName
{
background-color: #C7082D;
}
</style>
border-color css
<style>
span { border-color: #C7082D; }
span { border-color: rgb(199,8,45); }
td.TdClassName
{
border-color: #C7082D;
}
.TagClassName
{
border-color: #C7082D;
}
</style>