Shades of Fire Engine Red #C9151F
Tints of Fire Engine Red #C9151F
RGB
CMYK
RGB Variations
Color information
#C9151F (or 0xC9151F) is known color: Fire Engine Red. HEX triplet: C9, 15 and 1F. RGB value is (201,21,31). Sum of RGB (Red+Green+Blue) = 201+21+31=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C9151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9151F is #36EAE0. Grayscale: #4C4C4C. Windows color (decimal): -3599073 or 2037193. OLE color: 2037193.
HSL color Cylindrical-coordinate representation of color #C9151F: hue angle of 356.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9151F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 31 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.21 |
| HSL | 356.67º | 0.81% | 0.44% | - |
| HSV(B) | 356.67º | 0.9% | 0.79% | - |
| XYZ | 24.6 | 13.05 | 2.52 | - |
| YUV | 75.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 31 | 0 | 0.90 | 0.85 | 0.21 | 356.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 1F | 0 | 5A | 55 | 15 | 165 | 51 | 2C |
| Octal | 311 | 25 | 37 | 0 | 132 | 125 | 25 | 545 | 121 | 54 |
| Binary | 11001001 | 10101 | 11111 | 0 | 1011010 | 1010101 | 10101 | 101100101 | 1010001 | 101100 |
Color Harmonies of #C9151F
Complementary color
Monochromatic Colors of #C9151F
Black with #C9151F
Text Example
Text Example
White with #C9151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9151F; }
p { color: rgb(201,21,31); }
H1.HeaderClassName
{
color: #C9151F;
}
.AnyTagClassName
{
color: #C9151F;
}
</style>
background-color css
<style>
a { background-color: #C9151F; }
a { background-color: rgb(201,21,31); }
div.DivClassName
{
background-color: #C9151F;
}
.BgClassName
{
background-color: #C9151F;
}
</style>
border-color css
<style>
span { border-color: #C9151F; }
span { border-color: rgb(201,21,31); }
td.TdClassName
{
border-color: #C9151F;
}
.TagClassName
{
border-color: #C9151F;
}
</style>