Shades of Fire Engine Red #C0191D
Tints of Fire Engine Red #C0191D
RGB
CMYK
RGB Variations
Color information
#C0191D (or 0xC0191D) is known color: Fire Engine Red. HEX triplet: C0, 19 and 1D. RGB value is (192,25,29). Sum of RGB (Red+Green+Blue) = 192+25+29=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0191D is #3FE6E2. Grayscale: #4B4B4B. Windows color (decimal): -4187875 or 1907136. OLE color: 1907136.
HSL color Cylindrical-coordinate representation of color #C0191D: hue angle of 358.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.25 |
| HSL | 358.56º | 0.77% | 0.43% | - |
| HSV(B) | 358.56º | 0.87% | 0.75% | - |
| XYZ | 22.31 | 11.99 | 2.3 | - |
| YUV | 75.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 29 | 0 | 0.87 | 0.85 | 0.25 | 358.56 | 0.77 | 0.43 |
| Hex | C0 | 19 | 1D | 0 | 57 | 55 | 19 | 167 | 4D | 2B |
| Octal | 300 | 31 | 35 | 0 | 127 | 125 | 31 | 547 | 115 | 53 |
| Binary | 11000000 | 11001 | 11101 | 0 | 1010111 | 1010101 | 11001 | 101100111 | 1001101 | 101011 |
Color Harmonies of #C0191D
Complementary color
Monochromatic Colors of #C0191D
Black with #C0191D
Text Example
Text Example
White with #C0191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0191D; }
p { color: rgb(192,25,29); }
H1.HeaderClassName
{
color: #C0191D;
}
.AnyTagClassName
{
color: #C0191D;
}
</style>
background-color css
<style>
a { background-color: #C0191D; }
a { background-color: rgb(192,25,29); }
div.DivClassName
{
background-color: #C0191D;
}
.BgClassName
{
background-color: #C0191D;
}
</style>
border-color css
<style>
span { border-color: #C0191D; }
span { border-color: rgb(192,25,29); }
td.TdClassName
{
border-color: #C0191D;
}
.TagClassName
{
border-color: #C0191D;
}
</style>