Shades of Fire Engine Red #C9242A
Tints of Fire Engine Red #C9242A
RGB
CMYK
RGB Variations
Color information
#C9242A (or 0xC9242A) is known color: Fire Engine Red. HEX triplet: C9, 24 and 2A. RGB value is (201,36,42). Sum of RGB (Red+Green+Blue) = 201+36+42=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242A is #36DBD5. Grayscale: #565656. Windows color (decimal): -3595222 or 2761929. OLE color: 2761929.
HSL color Cylindrical-coordinate representation of color #C9242A: hue angle of 357.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.21 |
| HSL | 357.82º | 0.7% | 0.46% | - |
| HSV(B) | 357.82º | 0.82% | 0.79% | - |
| XYZ | 25.14 | 13.85 | 3.54 | - |
| YUV | 86.02 | 103.16 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 42 | 0 | 0.82 | 0.79 | 0.21 | 357.82 | 0.7 | 0.46 |
| Hex | C9 | 24 | 2A | 0 | 52 | 4F | 15 | 166 | 46 | 2E |
| Octal | 311 | 44 | 52 | 0 | 122 | 117 | 25 | 546 | 106 | 56 |
| Binary | 11001001 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10101 | 101100110 | 1000110 | 101110 |
Color Harmonies of #C9242A
Complementary color
Monochromatic Colors of #C9242A
Black with #C9242A
Text Example
Text Example
White with #C9242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9242A; }
p { color: rgb(201,36,42); }
H1.HeaderClassName
{
color: #C9242A;
}
.AnyTagClassName
{
color: #C9242A;
}
</style>
background-color css
<style>
a { background-color: #C9242A; }
a { background-color: rgb(201,36,42); }
div.DivClassName
{
background-color: #C9242A;
}
.BgClassName
{
background-color: #C9242A;
}
</style>
border-color css
<style>
span { border-color: #C9242A; }
span { border-color: rgb(201,36,42); }
td.TdClassName
{
border-color: #C9242A;
}
.TagClassName
{
border-color: #C9242A;
}
</style>