Shades of Fire Engine Red #C4182A
Tints of Fire Engine Red #C4182A
RGB
CMYK
RGB Variations
Color information
#C4182A (or 0xC4182A) is known color: Fire Engine Red. HEX triplet: C4, 18 and 2A. RGB value is (196,24,42). Sum of RGB (Red+Green+Blue) = 196+24+42=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4182A is #3BE7D5. Grayscale: #4D4D4D. Windows color (decimal): -3925974 or 2758852. OLE color: 2758852.
HSL color Cylindrical-coordinate representation of color #C4182A: hue angle of 353.72º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4182A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.23 |
| HSL | 353.72º | 0.78% | 0.43% | - |
| HSV(B) | 353.72º | 0.88% | 0.77% | - |
| XYZ | 23.51 | 12.56 | 3.37 | - |
| YUV | 77.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 42 | 0 | 0.88 | 0.79 | 0.23 | 353.72 | 0.78 | 0.43 |
| Hex | C4 | 18 | 2A | 0 | 58 | 4F | 17 | 162 | 4E | 2B |
| Octal | 304 | 30 | 52 | 0 | 130 | 117 | 27 | 542 | 116 | 53 |
| Binary | 11000100 | 11000 | 101010 | 0 | 1011000 | 1001111 | 10111 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C4182A
Complementary color
Monochromatic Colors of #C4182A
Black with #C4182A
Text Example
Text Example
White with #C4182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4182A; }
p { color: rgb(196,24,42); }
H1.HeaderClassName
{
color: #C4182A;
}
.AnyTagClassName
{
color: #C4182A;
}
</style>
background-color css
<style>
a { background-color: #C4182A; }
a { background-color: rgb(196,24,42); }
div.DivClassName
{
background-color: #C4182A;
}
.BgClassName
{
background-color: #C4182A;
}
</style>
border-color css
<style>
span { border-color: #C4182A; }
span { border-color: rgb(196,24,42); }
td.TdClassName
{
border-color: #C4182A;
}
.TagClassName
{
border-color: #C4182A;
}
</style>