Shades of Fire Engine Red #C2161D
Tints of Fire Engine Red #C2161D
RGB
CMYK
RGB Variations
Color information
#C2161D (or 0xC2161D) is known color: Fire Engine Red. HEX triplet: C2, 16 and 1D. RGB value is (194,22,29). Sum of RGB (Red+Green+Blue) = 194+22+29=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C2161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2161D is #3DE9E2. Grayscale: #4A4A4A. Windows color (decimal): -4057571 or 1906370. OLE color: 1906370.
HSL color Cylindrical-coordinate representation of color #C2161D: hue angle of 357.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2161D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.24 |
| HSL | 357.56º | 0.8% | 0.42% | - |
| HSV(B) | 357.56º | 0.89% | 0.76% | - |
| XYZ | 22.76 | 12.13 | 2.3 | - |
| YUV | 74.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 29 | 0 | 0.89 | 0.85 | 0.24 | 357.56 | 0.8 | 0.42 |
| Hex | C2 | 16 | 1D | 0 | 59 | 55 | 18 | 166 | 50 | 2A |
| Octal | 302 | 26 | 35 | 0 | 131 | 125 | 30 | 546 | 120 | 52 |
| Binary | 11000010 | 10110 | 11101 | 0 | 1011001 | 1010101 | 11000 | 101100110 | 1010000 | 101010 |
Color Harmonies of #C2161D
Complementary color
Monochromatic Colors of #C2161D
Black with #C2161D
Text Example
Text Example
White with #C2161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2161D; }
p { color: rgb(194,22,29); }
H1.HeaderClassName
{
color: #C2161D;
}
.AnyTagClassName
{
color: #C2161D;
}
</style>
background-color css
<style>
a { background-color: #C2161D; }
a { background-color: rgb(194,22,29); }
div.DivClassName
{
background-color: #C2161D;
}
.BgClassName
{
background-color: #C2161D;
}
</style>
border-color css
<style>
span { border-color: #C2161D; }
span { border-color: rgb(194,22,29); }
td.TdClassName
{
border-color: #C2161D;
}
.TagClassName
{
border-color: #C2161D;
}
</style>