Shades of Fire Engine Red #C90F2E
Tints of Fire Engine Red #C90F2E
RGB
CMYK
RGB Variations
Color information
#C90F2E (or 0xC90F2E) is known color: Fire Engine Red. HEX triplet: C9, 0F and 2E. RGB value is (201,15,46). Sum of RGB (Red+Green+Blue) = 201+15+46=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F2E is #36F0D1. Grayscale: #4A4A4A. Windows color (decimal): -3600594 or 3018697. OLE color: 3018697.
HSL color Cylindrical-coordinate representation of color #C90F2E: hue angle of 350º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.21 |
| HSL | 350º | 0.86% | 0.42% | - |
| HSV(B) | 350º | 0.93% | 0.79% | - |
| XYZ | 24.75 | 12.96 | 3.78 | - |
| YUV | 74.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 46 | 0 | 0.93 | 0.77 | 0.21 | 350 | 0.86 | 0.42 |
| Hex | C9 | F | 2E | 0 | 5D | 4D | 15 | 15E | 56 | 2A |
| Octal | 311 | 17 | 56 | 0 | 135 | 115 | 25 | 536 | 126 | 52 |
| Binary | 11001001 | 1111 | 101110 | 0 | 1011101 | 1001101 | 10101 | 101011110 | 1010110 | 101010 |
Color Harmonies of #C90F2E
Complementary color
Monochromatic Colors of #C90F2E
Black with #C90F2E
Text Example
Text Example
White with #C90F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F2E; }
p { color: rgb(201,15,46); }
H1.HeaderClassName
{
color: #C90F2E;
}
.AnyTagClassName
{
color: #C90F2E;
}
</style>
background-color css
<style>
a { background-color: #C90F2E; }
a { background-color: rgb(201,15,46); }
div.DivClassName
{
background-color: #C90F2E;
}
.BgClassName
{
background-color: #C90F2E;
}
</style>
border-color css
<style>
span { border-color: #C90F2E; }
span { border-color: rgb(201,15,46); }
td.TdClassName
{
border-color: #C90F2E;
}
.TagClassName
{
border-color: #C90F2E;
}
</style>