Shades of Fire Engine Red #C92026
Tints of Fire Engine Red #C92026
RGB
CMYK
RGB Variations
Color information
#C92026 (or 0xC92026) is known color: Fire Engine Red. HEX triplet: C9, 20 and 26. RGB value is (201,32,38). Sum of RGB (Red+Green+Blue) = 201+32+38=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C92026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92026 is #36DFD9. Grayscale: #535353. Windows color (decimal): -3596250 or 2498761. OLE color: 2498761.
HSL color Cylindrical-coordinate representation of color #C92026: hue angle of 357.87º degrees, saturation: 0.73, 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 #C92026 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 38 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.21 |
| HSL | 357.87º | 0.73% | 0.46% | - |
| HSV(B) | 357.87º | 0.84% | 0.79% | - |
| XYZ | 24.95 | 13.59 | 3.14 | - |
| YUV | 83.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 38 | 0 | 0.84 | 0.81 | 0.21 | 357.87 | 0.73 | 0.46 |
| Hex | C9 | 20 | 26 | 0 | 54 | 51 | 15 | 166 | 49 | 2E |
| Octal | 311 | 40 | 46 | 0 | 124 | 121 | 25 | 546 | 111 | 56 |
| Binary | 11001001 | 100000 | 100110 | 0 | 1010100 | 1010001 | 10101 | 101100110 | 1001001 | 101110 |
Color Harmonies of #C92026
Complementary color
Monochromatic Colors of #C92026
Black with #C92026
Text Example
Text Example
White with #C92026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92026; }
p { color: rgb(201,32,38); }
H1.HeaderClassName
{
color: #C92026;
}
.AnyTagClassName
{
color: #C92026;
}
</style>
background-color css
<style>
a { background-color: #C92026; }
a { background-color: rgb(201,32,38); }
div.DivClassName
{
background-color: #C92026;
}
.BgClassName
{
background-color: #C92026;
}
</style>
border-color css
<style>
span { border-color: #C92026; }
span { border-color: rgb(201,32,38); }
td.TdClassName
{
border-color: #C92026;
}
.TagClassName
{
border-color: #C92026;
}
</style>