Shades of Fire Engine Red #C9152D
Tints of Fire Engine Red #C9152D
RGB
CMYK
RGB Variations
Color information
#C9152D (or 0xC9152D) is known color: Fire Engine Red. HEX triplet: C9, 15 and 2D. RGB value is (201,21,45). Sum of RGB (Red+Green+Blue) = 201+21+45=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9152D is #36EAD2. Grayscale: #4D4D4D. Windows color (decimal): -3599059 or 2954697. OLE color: 2954697.
HSL color Cylindrical-coordinate representation of color #C9152D: hue angle of 352º 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 #C9152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.21 |
| HSL | 352º | 0.81% | 0.44% | - |
| HSV(B) | 352º | 0.9% | 0.79% | - |
| XYZ | 24.83 | 13.14 | 3.71 | - |
| YUV | 77.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 45 | 0 | 0.90 | 0.78 | 0.21 | 352 | 0.81 | 0.44 |
| Hex | C9 | 15 | 2D | 0 | 5A | 4E | 15 | 160 | 51 | 2C |
| Octal | 311 | 25 | 55 | 0 | 132 | 116 | 25 | 540 | 121 | 54 |
| Binary | 11001001 | 10101 | 101101 | 0 | 1011010 | 1001110 | 10101 | 101100000 | 1010001 | 101100 |
Color Harmonies of #C9152D
Complementary color
Monochromatic Colors of #C9152D
Black with #C9152D
Text Example
Text Example
White with #C9152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9152D; }
p { color: rgb(201,21,45); }
H1.HeaderClassName
{
color: #C9152D;
}
.AnyTagClassName
{
color: #C9152D;
}
</style>
background-color css
<style>
a { background-color: #C9152D; }
a { background-color: rgb(201,21,45); }
div.DivClassName
{
background-color: #C9152D;
}
.BgClassName
{
background-color: #C9152D;
}
</style>
border-color css
<style>
span { border-color: #C9152D; }
span { border-color: rgb(201,21,45); }
td.TdClassName
{
border-color: #C9152D;
}
.TagClassName
{
border-color: #C9152D;
}
</style>