Shades of Fire Engine Red #C4161B
Tints of Fire Engine Red #C4161B
RGB
CMYK
RGB Variations
Color information
#C4161B (or 0xC4161B) is known color: Fire Engine Red. HEX triplet: C4, 16 and 1B. RGB value is (196,22,27). Sum of RGB (Red+Green+Blue) = 196+22+27=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4161B is #3BE9E4. Grayscale: #4A4A4A. Windows color (decimal): -3926501 or 1775300. OLE color: 1775300.
HSL color Cylindrical-coordinate representation of color #C4161B: hue angle of 358.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4161B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.23 |
| HSL | 358.28º | 0.8% | 0.43% | - |
| HSV(B) | 358.28º | 0.89% | 0.77% | - |
| XYZ | 23.25 | 12.39 | 2.2 | - |
| YUV | 74.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 27 | 0 | 0.89 | 0.86 | 0.23 | 358.28 | 0.8 | 0.43 |
| Hex | C4 | 16 | 1B | 0 | 59 | 56 | 17 | 166 | 50 | 2B |
| Octal | 304 | 26 | 33 | 0 | 131 | 126 | 27 | 546 | 120 | 53 |
| Binary | 11000100 | 10110 | 11011 | 0 | 1011001 | 1010110 | 10111 | 101100110 | 1010000 | 101011 |
Color Harmonies of #C4161B
Complementary color
Monochromatic Colors of #C4161B
Black with #C4161B
Text Example
Text Example
White with #C4161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4161B; }
p { color: rgb(196,22,27); }
H1.HeaderClassName
{
color: #C4161B;
}
.AnyTagClassName
{
color: #C4161B;
}
</style>
background-color css
<style>
a { background-color: #C4161B; }
a { background-color: rgb(196,22,27); }
div.DivClassName
{
background-color: #C4161B;
}
.BgClassName
{
background-color: #C4161B;
}
</style>
border-color css
<style>
span { border-color: #C4161B; }
span { border-color: rgb(196,22,27); }
td.TdClassName
{
border-color: #C4161B;
}
.TagClassName
{
border-color: #C4161B;
}
</style>