Shades of Fire Engine Red #C92425
Tints of Fire Engine Red #C92425
RGB
CMYK
RGB Variations
Color information
#C92425 (or 0xC92425) is known color: Fire Engine Red. HEX triplet: C9, 24 and 25. RGB value is (201,36,37). Sum of RGB (Red+Green+Blue) = 201+36+37=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92425 is #36DBDA. Grayscale: #555555. Windows color (decimal): -3595227 or 2434249. OLE color: 2434249.
HSL color Cylindrical-coordinate representation of color #C92425: hue angle of 359.64º 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 #C92425 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 37 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.21 |
| HSL | 359.64º | 0.7% | 0.46% | - |
| HSV(B) | 359.64º | 0.82% | 0.79% | - |
| XYZ | 25.05 | 13.81 | 3.1 | - |
| YUV | 85.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 37 | 0 | 0.82 | 0.82 | 0.21 | 359.64 | 0.7 | 0.46 |
| Hex | C9 | 24 | 25 | 0 | 52 | 52 | 15 | 168 | 46 | 2E |
| Octal | 311 | 44 | 45 | 0 | 122 | 122 | 25 | 550 | 106 | 56 |
| Binary | 11001001 | 100100 | 100101 | 0 | 1010010 | 1010010 | 10101 | 101101000 | 1000110 | 101110 |
Color Harmonies of #C92425
Complementary color
Monochromatic Colors of #C92425
Black with #C92425
Text Example
Text Example
White with #C92425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92425; }
p { color: rgb(201,36,37); }
H1.HeaderClassName
{
color: #C92425;
}
.AnyTagClassName
{
color: #C92425;
}
</style>
background-color css
<style>
a { background-color: #C92425; }
a { background-color: rgb(201,36,37); }
div.DivClassName
{
background-color: #C92425;
}
.BgClassName
{
background-color: #C92425;
}
</style>
border-color css
<style>
span { border-color: #C92425; }
span { border-color: rgb(201,36,37); }
td.TdClassName
{
border-color: #C92425;
}
.TagClassName
{
border-color: #C92425;
}
</style>