Shades of Fire Engine Red #C0072C
Tints of Fire Engine Red #C0072C
RGB
CMYK
RGB Variations
Color information
#C0072C (or 0xC0072C) is known color: Fire Engine Red. HEX triplet: C0, 07 and 2C. RGB value is (192,7,44). Sum of RGB (Red+Green+Blue) = 192+7+44=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0072C is #3FF8D3. Grayscale: #424242. Windows color (decimal): -4192468 or 2885568. OLE color: 2885568.
HSL color Cylindrical-coordinate representation of color #C0072C: hue angle of 348º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0072C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.25 |
| HSL | 348º | 0.93% | 0.39% | - |
| HSV(B) | 348º | 0.96% | 0.75% | - |
| XYZ | 22.27 | 11.54 | 3.44 | - |
| YUV | 66.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 44 | 0 | 0.96 | 0.77 | 0.25 | 348 | 0.93 | 0.39 |
| Hex | C0 | 7 | 2C | 0 | 60 | 4D | 19 | 15C | 5D | 27 |
| Octal | 300 | 7 | 54 | 0 | 140 | 115 | 31 | 534 | 135 | 47 |
| Binary | 11000000 | 111 | 101100 | 0 | 1100000 | 1001101 | 11001 | 101011100 | 1011101 | 100111 |
Color Harmonies of #C0072C
Complementary color
Monochromatic Colors of #C0072C
Black with #C0072C
Text Example
Text Example
White with #C0072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0072C; }
p { color: rgb(192,7,44); }
H1.HeaderClassName
{
color: #C0072C;
}
.AnyTagClassName
{
color: #C0072C;
}
</style>
background-color css
<style>
a { background-color: #C0072C; }
a { background-color: rgb(192,7,44); }
div.DivClassName
{
background-color: #C0072C;
}
.BgClassName
{
background-color: #C0072C;
}
</style>
border-color css
<style>
span { border-color: #C0072C; }
span { border-color: rgb(192,7,44); }
td.TdClassName
{
border-color: #C0072C;
}
.TagClassName
{
border-color: #C0072C;
}
</style>