Shades of Fire Engine Red #C91327
Tints of Fire Engine Red #C91327
RGB
CMYK
RGB Variations
Color information
#C91327 (or 0xC91327) is known color: Fire Engine Red. HEX triplet: C9, 13 and 27. RGB value is (201,19,39). Sum of RGB (Red+Green+Blue) = 201+19+39=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C91327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91327 is #36ECD8. Grayscale: #4B4B4B. Windows color (decimal): -3599577 or 2560969. OLE color: 2560969.
HSL color Cylindrical-coordinate representation of color #C91327: hue angle of 353.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91327 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 39 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.21 |
| HSL | 353.41º | 0.83% | 0.43% | - |
| HSV(B) | 353.41º | 0.91% | 0.79% | - |
| XYZ | 24.69 | 13.03 | 3.13 | - |
| YUV | 75.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 39 | 0 | 0.91 | 0.81 | 0.21 | 353.41 | 0.83 | 0.43 |
| Hex | C9 | 13 | 27 | 0 | 5B | 51 | 15 | 161 | 53 | 2B |
| Octal | 311 | 23 | 47 | 0 | 133 | 121 | 25 | 541 | 123 | 53 |
| Binary | 11001001 | 10011 | 100111 | 0 | 1011011 | 1010001 | 10101 | 101100001 | 1010011 | 101011 |
Color Harmonies of #C91327
Complementary color
Monochromatic Colors of #C91327
Black with #C91327
Text Example
Text Example
White with #C91327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91327; }
p { color: rgb(201,19,39); }
H1.HeaderClassName
{
color: #C91327;
}
.AnyTagClassName
{
color: #C91327;
}
</style>
background-color css
<style>
a { background-color: #C91327; }
a { background-color: rgb(201,19,39); }
div.DivClassName
{
background-color: #C91327;
}
.BgClassName
{
background-color: #C91327;
}
</style>
border-color css
<style>
span { border-color: #C91327; }
span { border-color: rgb(201,19,39); }
td.TdClassName
{
border-color: #C91327;
}
.TagClassName
{
border-color: #C91327;
}
</style>