Shades of Fire Engine Red #C9131F
Tints of Fire Engine Red #C9131F
RGB
CMYK
RGB Variations
Color information
#C9131F (or 0xC9131F) is known color: Fire Engine Red. HEX triplet: C9, 13 and 1F. RGB value is (201,19,31). Sum of RGB (Red+Green+Blue) = 201+19+31=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9131F is #36ECE0. Grayscale: #4A4A4A. Windows color (decimal): -3599585 or 2036681. OLE color: 2036681.
HSL color Cylindrical-coordinate representation of color #C9131F: hue angle of 356.04º 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 #C9131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.21 |
| HSL | 356.04º | 0.83% | 0.43% | - |
| HSV(B) | 356.04º | 0.91% | 0.79% | - |
| XYZ | 24.57 | 12.98 | 2.51 | - |
| YUV | 74.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 31 | 0 | 0.91 | 0.85 | 0.21 | 356.04 | 0.83 | 0.43 |
| Hex | C9 | 13 | 1F | 0 | 5B | 55 | 15 | 164 | 53 | 2B |
| Octal | 311 | 23 | 37 | 0 | 133 | 125 | 25 | 544 | 123 | 53 |
| Binary | 11001001 | 10011 | 11111 | 0 | 1011011 | 1010101 | 10101 | 101100100 | 1010011 | 101011 |
Color Harmonies of #C9131F
Complementary color
Monochromatic Colors of #C9131F
Black with #C9131F
Text Example
Text Example
White with #C9131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9131F; }
p { color: rgb(201,19,31); }
H1.HeaderClassName
{
color: #C9131F;
}
.AnyTagClassName
{
color: #C9131F;
}
</style>
background-color css
<style>
a { background-color: #C9131F; }
a { background-color: rgb(201,19,31); }
div.DivClassName
{
background-color: #C9131F;
}
.BgClassName
{
background-color: #C9131F;
}
</style>
border-color css
<style>
span { border-color: #C9131F; }
span { border-color: rgb(201,19,31); }
td.TdClassName
{
border-color: #C9131F;
}
.TagClassName
{
border-color: #C9131F;
}
</style>