Shades of Fire Engine Red #C92025
Tints of Fire Engine Red #C92025
RGB
CMYK
RGB Variations
Color information
#C92025 (or 0xC92025) is known color: Fire Engine Red. HEX triplet: C9, 20 and 25. RGB value is (201,32,37). Sum of RGB (Red+Green+Blue) = 201+32+37=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C92025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92025 is #36DFDA. Grayscale: #535353. Windows color (decimal): -3596251 or 2433225. OLE color: 2433225.
HSL color Cylindrical-coordinate representation of color #C92025: hue angle of 358.22º 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 #C92025 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 37 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.21 |
| HSL | 358.22º | 0.73% | 0.46% | - |
| HSV(B) | 358.22º | 0.84% | 0.79% | - |
| XYZ | 24.94 | 13.58 | 3.06 | - |
| YUV | 83.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 37 | 0 | 0.84 | 0.82 | 0.21 | 358.22 | 0.73 | 0.46 |
| Hex | C9 | 20 | 25 | 0 | 54 | 52 | 15 | 166 | 49 | 2E |
| Octal | 311 | 40 | 45 | 0 | 124 | 122 | 25 | 546 | 111 | 56 |
| Binary | 11001001 | 100000 | 100101 | 0 | 1010100 | 1010010 | 10101 | 101100110 | 1001001 | 101110 |
Color Harmonies of #C92025
Complementary color
Monochromatic Colors of #C92025
Black with #C92025
Text Example
Text Example
White with #C92025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92025; }
p { color: rgb(201,32,37); }
H1.HeaderClassName
{
color: #C92025;
}
.AnyTagClassName
{
color: #C92025;
}
</style>
background-color css
<style>
a { background-color: #C92025; }
a { background-color: rgb(201,32,37); }
div.DivClassName
{
background-color: #C92025;
}
.BgClassName
{
background-color: #C92025;
}
</style>
border-color css
<style>
span { border-color: #C92025; }
span { border-color: rgb(201,32,37); }
td.TdClassName
{
border-color: #C92025;
}
.TagClassName
{
border-color: #C92025;
}
</style>