Shades of Fire Engine Red #C4182B
Tints of Fire Engine Red #C4182B
RGB
CMYK
RGB Variations
Color information
#C4182B (or 0xC4182B) is known color: Fire Engine Red. HEX triplet: C4, 18 and 2B. RGB value is (196,24,43). Sum of RGB (Red+Green+Blue) = 196+24+43=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4182B is #3BE7D4. Grayscale: #4D4D4D. Windows color (decimal): -3925973 or 2824388. OLE color: 2824388.
HSL color Cylindrical-coordinate representation of color #C4182B: hue angle of 353.37º 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 #C4182B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.23 |
| HSL | 353.37º | 0.78% | 0.43% | - |
| HSV(B) | 353.37º | 0.88% | 0.77% | - |
| XYZ | 23.53 | 12.56 | 3.47 | - |
| YUV | 77.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 43 | 0 | 0.88 | 0.78 | 0.23 | 353.37 | 0.78 | 0.43 |
| Hex | C4 | 18 | 2B | 0 | 58 | 4E | 17 | 161 | 4E | 2B |
| Octal | 304 | 30 | 53 | 0 | 130 | 116 | 27 | 541 | 116 | 53 |
| Binary | 11000100 | 11000 | 101011 | 0 | 1011000 | 1001110 | 10111 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C4182B
Complementary color
Monochromatic Colors of #C4182B
Black with #C4182B
Text Example
Text Example
White with #C4182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4182B; }
p { color: rgb(196,24,43); }
H1.HeaderClassName
{
color: #C4182B;
}
.AnyTagClassName
{
color: #C4182B;
}
</style>
background-color css
<style>
a { background-color: #C4182B; }
a { background-color: rgb(196,24,43); }
div.DivClassName
{
background-color: #C4182B;
}
.BgClassName
{
background-color: #C4182B;
}
</style>
border-color css
<style>
span { border-color: #C4182B; }
span { border-color: rgb(196,24,43); }
td.TdClassName
{
border-color: #C4182B;
}
.TagClassName
{
border-color: #C4182B;
}
</style>