Shades of Fire Engine Red #C9151C
Tints of Fire Engine Red #C9151C
RGB
CMYK
RGB Variations
Color information
#C9151C (or 0xC9151C) is known color: Fire Engine Red. HEX triplet: C9, 15 and 1C. RGB value is (201,21,28). Sum of RGB (Red+Green+Blue) = 201+21+28=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9151C is #36EAE3. Grayscale: #4B4B4B. Windows color (decimal): -3599076 or 1840585. OLE color: 1840585.
HSL color Cylindrical-coordinate representation of color #C9151C: hue angle of 357.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 #C9151C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.21 |
| HSL | 357.67º | 0.81% | 0.44% | - |
| HSV(B) | 357.67º | 0.9% | 0.79% | - |
| XYZ | 24.57 | 13.04 | 2.32 | - |
| YUV | 75.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 28 | 0 | 0.90 | 0.86 | 0.21 | 357.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 1C | 0 | 5A | 56 | 15 | 166 | 51 | 2C |
| Octal | 311 | 25 | 34 | 0 | 132 | 126 | 25 | 546 | 121 | 54 |
| Binary | 11001001 | 10101 | 11100 | 0 | 1011010 | 1010110 | 10101 | 101100110 | 1010001 | 101100 |
Color Harmonies of #C9151C
Complementary color
Monochromatic Colors of #C9151C
Black with #C9151C
Text Example
Text Example
White with #C9151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9151C; }
p { color: rgb(201,21,28); }
H1.HeaderClassName
{
color: #C9151C;
}
.AnyTagClassName
{
color: #C9151C;
}
</style>
background-color css
<style>
a { background-color: #C9151C; }
a { background-color: rgb(201,21,28); }
div.DivClassName
{
background-color: #C9151C;
}
.BgClassName
{
background-color: #C9151C;
}
</style>
border-color css
<style>
span { border-color: #C9151C; }
span { border-color: rgb(201,21,28); }
td.TdClassName
{
border-color: #C9151C;
}
.TagClassName
{
border-color: #C9151C;
}
</style>