Shades of Fire Engine Red #C92325
Tints of Fire Engine Red #C92325
RGB
CMYK
RGB Variations
Color information
#C92325 (or 0xC92325) is known color: Fire Engine Red. HEX triplet: C9, 23 and 25. RGB value is (201,35,37). Sum of RGB (Red+Green+Blue) = 201+35+37=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92325 is #36DCDA. Grayscale: #555555. Windows color (decimal): -3595483 or 2433993. OLE color: 2433993.
HSL color Cylindrical-coordinate representation of color #C92325: hue angle of 359.28º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92325 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 37 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.21 |
| HSL | 359.28º | 0.7% | 0.46% | - |
| HSV(B) | 359.28º | 0.83% | 0.79% | - |
| XYZ | 25.02 | 13.75 | 3.09 | - |
| YUV | 84.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 37 | 0 | 0.83 | 0.82 | 0.21 | 359.28 | 0.7 | 0.46 |
| Hex | C9 | 23 | 25 | 0 | 53 | 52 | 15 | 167 | 46 | 2E |
| Octal | 311 | 43 | 45 | 0 | 123 | 122 | 25 | 547 | 106 | 56 |
| Binary | 11001001 | 100011 | 100101 | 0 | 1010011 | 1010010 | 10101 | 101100111 | 1000110 | 101110 |
Color Harmonies of #C92325
Complementary color
Monochromatic Colors of #C92325
Black with #C92325
Text Example
Text Example
White with #C92325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92325; }
p { color: rgb(201,35,37); }
H1.HeaderClassName
{
color: #C92325;
}
.AnyTagClassName
{
color: #C92325;
}
</style>
background-color css
<style>
a { background-color: #C92325; }
a { background-color: rgb(201,35,37); }
div.DivClassName
{
background-color: #C92325;
}
.BgClassName
{
background-color: #C92325;
}
</style>
border-color css
<style>
span { border-color: #C92325; }
span { border-color: rgb(201,35,37); }
td.TdClassName
{
border-color: #C92325;
}
.TagClassName
{
border-color: #C92325;
}
</style>