Shades of Fire Engine Red #C9212A
Tints of Fire Engine Red #C9212A
RGB
CMYK
RGB Variations
Color information
#C9212A (or 0xC9212A) is known color: Fire Engine Red. HEX triplet: C9, 21 and 2A. RGB value is (201,33,42). Sum of RGB (Red+Green+Blue) = 201+33+42=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C9212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9212A is #36DED5. Grayscale: #545454. Windows color (decimal): -3595990 or 2761161. OLE color: 2761161.
HSL color Cylindrical-coordinate representation of color #C9212A: hue angle of 356.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9212A is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.21 |
| HSL | 356.79º | 0.72% | 0.46% | - |
| HSV(B) | 356.79º | 0.84% | 0.79% | - |
| XYZ | 25.05 | 13.67 | 3.51 | - |
| YUV | 84.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 42 | 0 | 0.84 | 0.79 | 0.21 | 356.79 | 0.72 | 0.46 |
| Hex | C9 | 21 | 2A | 0 | 54 | 4F | 15 | 165 | 48 | 2E |
| Octal | 311 | 41 | 52 | 0 | 124 | 117 | 25 | 545 | 110 | 56 |
| Binary | 11001001 | 100001 | 101010 | 0 | 1010100 | 1001111 | 10101 | 101100101 | 1001000 | 101110 |
Color Harmonies of #C9212A
Complementary color
Monochromatic Colors of #C9212A
Black with #C9212A
Text Example
Text Example
White with #C9212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9212A; }
p { color: rgb(201,33,42); }
H1.HeaderClassName
{
color: #C9212A;
}
.AnyTagClassName
{
color: #C9212A;
}
</style>
background-color css
<style>
a { background-color: #C9212A; }
a { background-color: rgb(201,33,42); }
div.DivClassName
{
background-color: #C9212A;
}
.BgClassName
{
background-color: #C9212A;
}
</style>
border-color css
<style>
span { border-color: #C9212A; }
span { border-color: rgb(201,33,42); }
td.TdClassName
{
border-color: #C9212A;
}
.TagClassName
{
border-color: #C9212A;
}
</style>