Shades of Fire Engine Red #C9132D
Tints of Fire Engine Red #C9132D
RGB
CMYK
RGB Variations
Color information
#C9132D (or 0xC9132D) is known color: Fire Engine Red. HEX triplet: C9, 13 and 2D. RGB value is (201,19,45). Sum of RGB (Red+Green+Blue) = 201+19+45=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9132D is #36ECD2. Grayscale: #4C4C4C. Windows color (decimal): -3599571 or 2954185. OLE color: 2954185.
HSL color Cylindrical-coordinate representation of color #C9132D: hue angle of 351.43º 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 #C9132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.21 |
| HSL | 351.43º | 0.83% | 0.43% | - |
| HSV(B) | 351.43º | 0.91% | 0.79% | - |
| XYZ | 24.79 | 13.07 | 3.7 | - |
| YUV | 76.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 45 | 0 | 0.91 | 0.78 | 0.21 | 351.43 | 0.83 | 0.43 |
| Hex | C9 | 13 | 2D | 0 | 5B | 4E | 15 | 15F | 53 | 2B |
| Octal | 311 | 23 | 55 | 0 | 133 | 116 | 25 | 537 | 123 | 53 |
| Binary | 11001001 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10101 | 101011111 | 1010011 | 101011 |
Color Harmonies of #C9132D
Complementary color
Monochromatic Colors of #C9132D
Black with #C9132D
Text Example
Text Example
White with #C9132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9132D; }
p { color: rgb(201,19,45); }
H1.HeaderClassName
{
color: #C9132D;
}
.AnyTagClassName
{
color: #C9132D;
}
</style>
background-color css
<style>
a { background-color: #C9132D; }
a { background-color: rgb(201,19,45); }
div.DivClassName
{
background-color: #C9132D;
}
.BgClassName
{
background-color: #C9132D;
}
</style>
border-color css
<style>
span { border-color: #C9132D; }
span { border-color: rgb(201,19,45); }
td.TdClassName
{
border-color: #C9132D;
}
.TagClassName
{
border-color: #C9132D;
}
</style>