Shades of Fire Engine Red #C92327
Tints of Fire Engine Red #C92327
RGB
CMYK
RGB Variations
Color information
#C92327 (or 0xC92327) is known color: Fire Engine Red. HEX triplet: C9, 23 and 27. RGB value is (201,35,39). Sum of RGB (Red+Green+Blue) = 201+35+39=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C92327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92327 is #36DCD8. Grayscale: #555555. Windows color (decimal): -3595481 or 2565065. OLE color: 2565065.
HSL color Cylindrical-coordinate representation of color #C92327: hue angle of 358.55º 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 #C92327 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 39 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.21 |
| HSL | 358.55º | 0.7% | 0.46% | - |
| HSV(B) | 358.55º | 0.83% | 0.79% | - |
| XYZ | 25.05 | 13.77 | 3.26 | - |
| YUV | 85.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 39 | 0 | 0.83 | 0.81 | 0.21 | 358.55 | 0.7 | 0.46 |
| Hex | C9 | 23 | 27 | 0 | 53 | 51 | 15 | 167 | 46 | 2E |
| Octal | 311 | 43 | 47 | 0 | 123 | 121 | 25 | 547 | 106 | 56 |
| Binary | 11001001 | 100011 | 100111 | 0 | 1010011 | 1010001 | 10101 | 101100111 | 1000110 | 101110 |
Color Harmonies of #C92327
Complementary color
Monochromatic Colors of #C92327
Black with #C92327
Text Example
Text Example
White with #C92327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92327; }
p { color: rgb(201,35,39); }
H1.HeaderClassName
{
color: #C92327;
}
.AnyTagClassName
{
color: #C92327;
}
</style>
background-color css
<style>
a { background-color: #C92327; }
a { background-color: rgb(201,35,39); }
div.DivClassName
{
background-color: #C92327;
}
.BgClassName
{
background-color: #C92327;
}
</style>
border-color css
<style>
span { border-color: #C92327; }
span { border-color: rgb(201,35,39); }
td.TdClassName
{
border-color: #C92327;
}
.TagClassName
{
border-color: #C92327;
}
</style>