Shades of Fire Engine Red #C9151D
Tints of Fire Engine Red #C9151D
RGB
CMYK
RGB Variations
Color information
#C9151D (or 0xC9151D) is known color: Fire Engine Red. HEX triplet: C9, 15 and 1D. RGB value is (201,21,29). Sum of RGB (Red+Green+Blue) = 201+21+29=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9151D is #36EAE2. Grayscale: #4B4B4B. Windows color (decimal): -3599075 or 1906121. OLE color: 1906121.
HSL color Cylindrical-coordinate representation of color #C9151D: hue angle of 357.33º 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 #C9151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.21 |
| HSL | 357.33º | 0.81% | 0.44% | - |
| HSV(B) | 357.33º | 0.9% | 0.79% | - |
| XYZ | 24.58 | 13.04 | 2.38 | - |
| YUV | 75.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 29 | 0 | 0.90 | 0.86 | 0.21 | 357.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 1D | 0 | 5A | 56 | 15 | 165 | 51 | 2C |
| Octal | 311 | 25 | 35 | 0 | 132 | 126 | 25 | 545 | 121 | 54 |
| Binary | 11001001 | 10101 | 11101 | 0 | 1011010 | 1010110 | 10101 | 101100101 | 1010001 | 101100 |
Color Harmonies of #C9151D
Complementary color
Monochromatic Colors of #C9151D
Black with #C9151D
Text Example
Text Example
White with #C9151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9151D; }
p { color: rgb(201,21,29); }
H1.HeaderClassName
{
color: #C9151D;
}
.AnyTagClassName
{
color: #C9151D;
}
</style>
background-color css
<style>
a { background-color: #C9151D; }
a { background-color: rgb(201,21,29); }
div.DivClassName
{
background-color: #C9151D;
}
.BgClassName
{
background-color: #C9151D;
}
</style>
border-color css
<style>
span { border-color: #C9151D; }
span { border-color: rgb(201,21,29); }
td.TdClassName
{
border-color: #C9151D;
}
.TagClassName
{
border-color: #C9151D;
}
</style>