Shades of Fire Engine Red #C92127
Tints of Fire Engine Red #C92127
RGB
CMYK
RGB Variations
Color information
#C92127 (or 0xC92127) is known color: Fire Engine Red. HEX triplet: C9, 21 and 27. RGB value is (201,33,39). Sum of RGB (Red+Green+Blue) = 201+33+39=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92127 is #36DED8. Grayscale: #545454. Windows color (decimal): -3595993 or 2564553. OLE color: 2564553.
HSL color Cylindrical-coordinate representation of color #C92127: hue angle of 357.86º degrees, saturation: 0.72, 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 #C92127 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 39 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.21 |
| HSL | 357.86º | 0.72% | 0.46% | - |
| HSV(B) | 357.86º | 0.84% | 0.79% | - |
| XYZ | 25 | 13.65 | 3.24 | - |
| YUV | 83.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 39 | 0 | 0.84 | 0.81 | 0.21 | 357.86 | 0.72 | 0.46 |
| Hex | C9 | 21 | 27 | 0 | 54 | 51 | 15 | 166 | 48 | 2E |
| Octal | 311 | 41 | 47 | 0 | 124 | 121 | 25 | 546 | 110 | 56 |
| Binary | 11001001 | 100001 | 100111 | 0 | 1010100 | 1010001 | 10101 | 101100110 | 1001000 | 101110 |
Color Harmonies of #C92127
Complementary color
Monochromatic Colors of #C92127
Black with #C92127
Text Example
Text Example
White with #C92127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92127; }
p { color: rgb(201,33,39); }
H1.HeaderClassName
{
color: #C92127;
}
.AnyTagClassName
{
color: #C92127;
}
</style>
background-color css
<style>
a { background-color: #C92127; }
a { background-color: rgb(201,33,39); }
div.DivClassName
{
background-color: #C92127;
}
.BgClassName
{
background-color: #C92127;
}
</style>
border-color css
<style>
span { border-color: #C92127; }
span { border-color: rgb(201,33,39); }
td.TdClassName
{
border-color: #C92127;
}
.TagClassName
{
border-color: #C92127;
}
</style>