Shades of Fire Engine Red #C7072B
Tints of Fire Engine Red #C7072B
RGB
CMYK
RGB Variations
Color information
#C7072B (or 0xC7072B) is known color: Fire Engine Red. HEX triplet: C7, 07 and 2B. RGB value is (199,7,43). Sum of RGB (Red+Green+Blue) = 199+7+43=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C7072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7072B is #38F8D4. Grayscale: #444444. Windows color (decimal): -3733717 or 2820039. OLE color: 2820039.
HSL color Cylindrical-coordinate representation of color #C7072B: hue angle of 348.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7072B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 43 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.22 |
| HSL | 348.75º | 0.93% | 0.4% | - |
| HSV(B) | 348.75º | 0.96% | 0.78% | - |
| XYZ | 24.07 | 12.47 | 3.42 | - |
| YUV | 68.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 43 | 0 | 0.96 | 0.78 | 0.22 | 348.75 | 0.93 | 0.4 |
| Hex | C7 | 7 | 2B | 0 | 60 | 4E | 16 | 15D | 5D | 28 |
| Octal | 307 | 7 | 53 | 0 | 140 | 116 | 26 | 535 | 135 | 50 |
| Binary | 11000111 | 111 | 101011 | 0 | 1100000 | 1001110 | 10110 | 101011101 | 1011101 | 101000 |
Color Harmonies of #C7072B
Complementary color
Monochromatic Colors of #C7072B
Black with #C7072B
Text Example
Text Example
White with #C7072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7072B; }
p { color: rgb(199,7,43); }
H1.HeaderClassName
{
color: #C7072B;
}
.AnyTagClassName
{
color: #C7072B;
}
</style>
background-color css
<style>
a { background-color: #C7072B; }
a { background-color: rgb(199,7,43); }
div.DivClassName
{
background-color: #C7072B;
}
.BgClassName
{
background-color: #C7072B;
}
</style>
border-color css
<style>
span { border-color: #C7072B; }
span { border-color: rgb(199,7,43); }
td.TdClassName
{
border-color: #C7072B;
}
.TagClassName
{
border-color: #C7072B;
}
</style>