Shades of Fire Engine Red #C90727
Tints of Fire Engine Red #C90727
RGB
CMYK
RGB Variations
Color information
#C90727 (or 0xC90727) is known color: Fire Engine Red. HEX triplet: C9, 07 and 27. RGB value is (201,7,39). Sum of RGB (Red+Green+Blue) = 201+7+39=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C90727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90727 is #36F8D8. Grayscale: #444444. Windows color (decimal): -3602649 or 2557897. OLE color: 2557897.
HSL color Cylindrical-coordinate representation of color #C90727: hue angle of 350.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90727 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 39 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.21 |
| HSL | 350.1º | 0.93% | 0.41% | - |
| HSV(B) | 350.1º | 0.97% | 0.79% | - |
| XYZ | 24.53 | 12.72 | 3.08 | - |
| YUV | 68.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 39 | 0 | 0.97 | 0.81 | 0.21 | 350.1 | 0.93 | 0.41 |
| Hex | C9 | 7 | 27 | 0 | 61 | 51 | 15 | 15E | 5D | 29 |
| Octal | 311 | 7 | 47 | 0 | 141 | 121 | 25 | 536 | 135 | 51 |
| Binary | 11001001 | 111 | 100111 | 0 | 1100001 | 1010001 | 10101 | 101011110 | 1011101 | 101001 |
Color Harmonies of #C90727
Complementary color
Monochromatic Colors of #C90727
Black with #C90727
Text Example
Text Example
White with #C90727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90727; }
p { color: rgb(201,7,39); }
H1.HeaderClassName
{
color: #C90727;
}
.AnyTagClassName
{
color: #C90727;
}
</style>
background-color css
<style>
a { background-color: #C90727; }
a { background-color: rgb(201,7,39); }
div.DivClassName
{
background-color: #C90727;
}
.BgClassName
{
background-color: #C90727;
}
</style>
border-color css
<style>
span { border-color: #C90727; }
span { border-color: rgb(201,7,39); }
td.TdClassName
{
border-color: #C90727;
}
.TagClassName
{
border-color: #C90727;
}
</style>