Shades of Fire Engine Red #C0161D
Tints of Fire Engine Red #C0161D
RGB
CMYK
RGB Variations
Color information
#C0161D (or 0xC0161D) is known color: Fire Engine Red. HEX triplet: C0, 16 and 1D. RGB value is (192,22,29). Sum of RGB (Red+Green+Blue) = 192+22+29=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0161D is #3FE9E2. Grayscale: #494949. Windows color (decimal): -4188643 or 1906368. OLE color: 1906368.
HSL color Cylindrical-coordinate representation of color #C0161D: hue angle of 357.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0161D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.25 |
| HSL | 357.53º | 0.79% | 0.42% | - |
| HSV(B) | 357.53º | 0.89% | 0.75% | - |
| XYZ | 22.25 | 11.87 | 2.28 | - |
| YUV | 73.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 29 | 0 | 0.89 | 0.85 | 0.25 | 357.53 | 0.79 | 0.42 |
| Hex | C0 | 16 | 1D | 0 | 59 | 55 | 19 | 166 | 4F | 2A |
| Octal | 300 | 26 | 35 | 0 | 131 | 125 | 31 | 546 | 117 | 52 |
| Binary | 11000000 | 10110 | 11101 | 0 | 1011001 | 1010101 | 11001 | 101100110 | 1001111 | 101010 |
Color Harmonies of #C0161D
Complementary color
Monochromatic Colors of #C0161D
Black with #C0161D
Text Example
Text Example
White with #C0161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0161D; }
p { color: rgb(192,22,29); }
H1.HeaderClassName
{
color: #C0161D;
}
.AnyTagClassName
{
color: #C0161D;
}
</style>
background-color css
<style>
a { background-color: #C0161D; }
a { background-color: rgb(192,22,29); }
div.DivClassName
{
background-color: #C0161D;
}
.BgClassName
{
background-color: #C0161D;
}
</style>
border-color css
<style>
span { border-color: #C0161D; }
span { border-color: rgb(192,22,29); }
td.TdClassName
{
border-color: #C0161D;
}
.TagClassName
{
border-color: #C0161D;
}
</style>