Shades of Fire Engine Red #C9101C
Tints of Fire Engine Red #C9101C
RGB
CMYK
RGB Variations
Color information
#C9101C (or 0xC9101C) is known color: Fire Engine Red. HEX triplet: C9, 10 and 1C. RGB value is (201,16,28). Sum of RGB (Red+Green+Blue) = 201+16+28=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C9101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9101C is #36EFE3. Grayscale: #484848. Windows color (decimal): -3600356 or 1839305. OLE color: 1839305.
HSL color Cylindrical-coordinate representation of color #C9101C: hue angle of 356.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9101C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.21 |
| HSL | 356.11º | 0.85% | 0.43% | - |
| HSV(B) | 356.11º | 0.92% | 0.79% | - |
| XYZ | 24.48 | 12.87 | 2.29 | - |
| YUV | 72.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 28 | 0 | 0.92 | 0.86 | 0.21 | 356.11 | 0.85 | 0.43 |
| Hex | C9 | 10 | 1C | 0 | 5C | 56 | 15 | 164 | 55 | 2B |
| Octal | 311 | 20 | 34 | 0 | 134 | 126 | 25 | 544 | 125 | 53 |
| Binary | 11001001 | 10000 | 11100 | 0 | 1011100 | 1010110 | 10101 | 101100100 | 1010101 | 101011 |
Color Harmonies of #C9101C
Complementary color
Monochromatic Colors of #C9101C
Black with #C9101C
Text Example
Text Example
White with #C9101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9101C; }
p { color: rgb(201,16,28); }
H1.HeaderClassName
{
color: #C9101C;
}
.AnyTagClassName
{
color: #C9101C;
}
</style>
background-color css
<style>
a { background-color: #C9101C; }
a { background-color: rgb(201,16,28); }
div.DivClassName
{
background-color: #C9101C;
}
.BgClassName
{
background-color: #C9101C;
}
</style>
border-color css
<style>
span { border-color: #C9101C; }
span { border-color: rgb(201,16,28); }
td.TdClassName
{
border-color: #C9101C;
}
.TagClassName
{
border-color: #C9101C;
}
</style>