Shades of Fire Engine Red #C9131C
Tints of Fire Engine Red #C9131C
RGB
CMYK
RGB Variations
Color information
#C9131C (or 0xC9131C) is known color: Fire Engine Red. HEX triplet: C9, 13 and 1C. RGB value is (201,19,28). Sum of RGB (Red+Green+Blue) = 201+19+28=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9131C is #36ECE3. Grayscale: #4A4A4A. Windows color (decimal): -3599588 or 1840073. OLE color: 1840073.
HSL color Cylindrical-coordinate representation of color #C9131C: hue angle of 357.03º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9131C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.21 |
| HSL | 357.03º | 0.83% | 0.43% | - |
| HSV(B) | 357.03º | 0.91% | 0.79% | - |
| XYZ | 24.53 | 12.97 | 2.31 | - |
| YUV | 74.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 28 | 0 | 0.91 | 0.86 | 0.21 | 357.03 | 0.83 | 0.43 |
| Hex | C9 | 13 | 1C | 0 | 5B | 56 | 15 | 165 | 53 | 2B |
| Octal | 311 | 23 | 34 | 0 | 133 | 126 | 25 | 545 | 123 | 53 |
| Binary | 11001001 | 10011 | 11100 | 0 | 1011011 | 1010110 | 10101 | 101100101 | 1010011 | 101011 |
Color Harmonies of #C9131C
Complementary color
Monochromatic Colors of #C9131C
Black with #C9131C
Text Example
Text Example
White with #C9131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9131C; }
p { color: rgb(201,19,28); }
H1.HeaderClassName
{
color: #C9131C;
}
.AnyTagClassName
{
color: #C9131C;
}
</style>
background-color css
<style>
a { background-color: #C9131C; }
a { background-color: rgb(201,19,28); }
div.DivClassName
{
background-color: #C9131C;
}
.BgClassName
{
background-color: #C9131C;
}
</style>
border-color css
<style>
span { border-color: #C9131C; }
span { border-color: rgb(201,19,28); }
td.TdClassName
{
border-color: #C9131C;
}
.TagClassName
{
border-color: #C9131C;
}
</style>