Shades of Fire Engine Red #C9192D
Tints of Fire Engine Red #C9192D
RGB
CMYK
RGB Variations
Color information
#C9192D (or 0xC9192D) is known color: Fire Engine Red. HEX triplet: C9, 19 and 2D. RGB value is (201,25,45). Sum of RGB (Red+Green+Blue) = 201+25+45=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C9192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9192D is #36E6D2. Grayscale: #505050. Windows color (decimal): -3598035 or 2955721. OLE color: 2955721.
HSL color Cylindrical-coordinate representation of color #C9192D: hue angle of 353.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9192D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.21 |
| HSL | 353.18º | 0.78% | 0.44% | - |
| HSV(B) | 353.18º | 0.88% | 0.79% | - |
| XYZ | 24.91 | 13.3 | 3.74 | - |
| YUV | 79.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 45 | 0 | 0.88 | 0.78 | 0.21 | 353.18 | 0.78 | 0.44 |
| Hex | C9 | 19 | 2D | 0 | 58 | 4E | 15 | 161 | 4E | 2C |
| Octal | 311 | 31 | 55 | 0 | 130 | 116 | 25 | 541 | 116 | 54 |
| Binary | 11001001 | 11001 | 101101 | 0 | 1011000 | 1001110 | 10101 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C9192D
Complementary color
Monochromatic Colors of #C9192D
Black with #C9192D
Text Example
Text Example
White with #C9192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9192D; }
p { color: rgb(201,25,45); }
H1.HeaderClassName
{
color: #C9192D;
}
.AnyTagClassName
{
color: #C9192D;
}
</style>
background-color css
<style>
a { background-color: #C9192D; }
a { background-color: rgb(201,25,45); }
div.DivClassName
{
background-color: #C9192D;
}
.BgClassName
{
background-color: #C9192D;
}
</style>
border-color css
<style>
span { border-color: #C9192D; }
span { border-color: rgb(201,25,45); }
td.TdClassName
{
border-color: #C9192D;
}
.TagClassName
{
border-color: #C9192D;
}
</style>