Shades of Fire Engine Red #C4072C
Tints of Fire Engine Red #C4072C
RGB
CMYK
RGB Variations
Color information
#C4072C (or 0xC4072C) is known color: Fire Engine Red. HEX triplet: C4, 07 and 2C. RGB value is (196,7,44). Sum of RGB (Red+Green+Blue) = 196+7+44=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4072C is #3BF8D3. Grayscale: #434343. Windows color (decimal): -3930324 or 2885572. OLE color: 2885572.
HSL color Cylindrical-coordinate representation of color #C4072C: hue angle of 348.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4072C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.23 |
| HSL | 348.25º | 0.93% | 0.4% | - |
| HSV(B) | 348.25º | 0.96% | 0.77% | - |
| XYZ | 23.3 | 12.07 | 3.48 | - |
| YUV | 67.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 44 | 0 | 0.96 | 0.78 | 0.23 | 348.25 | 0.93 | 0.4 |
| Hex | C4 | 7 | 2C | 0 | 60 | 4E | 17 | 15C | 5D | 28 |
| Octal | 304 | 7 | 54 | 0 | 140 | 116 | 27 | 534 | 135 | 50 |
| Binary | 11000100 | 111 | 101100 | 0 | 1100000 | 1001110 | 10111 | 101011100 | 1011101 | 101000 |
Color Harmonies of #C4072C
Complementary color
Monochromatic Colors of #C4072C
Black with #C4072C
Text Example
Text Example
White with #C4072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4072C; }
p { color: rgb(196,7,44); }
H1.HeaderClassName
{
color: #C4072C;
}
.AnyTagClassName
{
color: #C4072C;
}
</style>
background-color css
<style>
a { background-color: #C4072C; }
a { background-color: rgb(196,7,44); }
div.DivClassName
{
background-color: #C4072C;
}
.BgClassName
{
background-color: #C4072C;
}
</style>
border-color css
<style>
span { border-color: #C4072C; }
span { border-color: rgb(196,7,44); }
td.TdClassName
{
border-color: #C4072C;
}
.TagClassName
{
border-color: #C4072C;
}
</style>