Shades of Fire Engine Red #C91B2C
Tints of Fire Engine Red #C91B2C
RGB
CMYK
RGB Variations
Color information
#C91B2C (or 0xC91B2C) is known color: Fire Engine Red. HEX triplet: C9, 1B and 2C. RGB value is (201,27,44). Sum of RGB (Red+Green+Blue) = 201+27+44=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B2C is #36E4D3. Grayscale: #515151. Windows color (decimal): -3597524 or 2890697. OLE color: 2890697.
HSL color Cylindrical-coordinate representation of color #C91B2C: hue angle of 354.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91B2C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 44 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.21 |
| HSL | 354.14º | 0.76% | 0.45% | - |
| HSV(B) | 354.14º | 0.87% | 0.79% | - |
| XYZ | 24.93 | 13.38 | 3.65 | - |
| YUV | 80.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 44 | 0 | 0.87 | 0.78 | 0.21 | 354.14 | 0.76 | 0.45 |
| Hex | C9 | 1B | 2C | 0 | 57 | 4E | 15 | 162 | 4C | 2D |
| Octal | 311 | 33 | 54 | 0 | 127 | 116 | 25 | 542 | 114 | 55 |
| Binary | 11001001 | 11011 | 101100 | 0 | 1010111 | 1001110 | 10101 | 101100010 | 1001100 | 101101 |
Color Harmonies of #C91B2C
Complementary color
Monochromatic Colors of #C91B2C
Black with #C91B2C
Text Example
Text Example
White with #C91B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B2C; }
p { color: rgb(201,27,44); }
H1.HeaderClassName
{
color: #C91B2C;
}
.AnyTagClassName
{
color: #C91B2C;
}
</style>
background-color css
<style>
a { background-color: #C91B2C; }
a { background-color: rgb(201,27,44); }
div.DivClassName
{
background-color: #C91B2C;
}
.BgClassName
{
background-color: #C91B2C;
}
</style>
border-color css
<style>
span { border-color: #C91B2C; }
span { border-color: rgb(201,27,44); }
td.TdClassName
{
border-color: #C91B2C;
}
.TagClassName
{
border-color: #C91B2C;
}
</style>