Shades of Fire Engine Red #C9162B
Tints of Fire Engine Red #C9162B
RGB
CMYK
RGB Variations
Color information
#C9162B (or 0xC9162B) is known color: Fire Engine Red. HEX triplet: C9, 16 and 2B. RGB value is (201,22,43). Sum of RGB (Red+Green+Blue) = 201+22+43=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9162B is #36E9D4. Grayscale: #4E4E4E. Windows color (decimal): -3598805 or 2823881. OLE color: 2823881.
HSL color Cylindrical-coordinate representation of color #C9162B: hue angle of 352.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9162B is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 43 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.21 |
| HSL | 352.96º | 0.8% | 0.44% | - |
| HSV(B) | 352.96º | 0.89% | 0.79% | - |
| XYZ | 24.81 | 13.17 | 3.52 | - |
| YUV | 77.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 43 | 0 | 0.89 | 0.79 | 0.21 | 352.96 | 0.8 | 0.44 |
| Hex | C9 | 16 | 2B | 0 | 59 | 4F | 15 | 161 | 50 | 2C |
| Octal | 311 | 26 | 53 | 0 | 131 | 117 | 25 | 541 | 120 | 54 |
| Binary | 11001001 | 10110 | 101011 | 0 | 1011001 | 1001111 | 10101 | 101100001 | 1010000 | 101100 |
Color Harmonies of #C9162B
Complementary color
Monochromatic Colors of #C9162B
Black with #C9162B
Text Example
Text Example
White with #C9162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9162B; }
p { color: rgb(201,22,43); }
H1.HeaderClassName
{
color: #C9162B;
}
.AnyTagClassName
{
color: #C9162B;
}
</style>
background-color css
<style>
a { background-color: #C9162B; }
a { background-color: rgb(201,22,43); }
div.DivClassName
{
background-color: #C9162B;
}
.BgClassName
{
background-color: #C9162B;
}
</style>
border-color css
<style>
span { border-color: #C9162B; }
span { border-color: rgb(201,22,43); }
td.TdClassName
{
border-color: #C9162B;
}
.TagClassName
{
border-color: #C9162B;
}
</style>