Shades of Fire Engine Red #C71A2C
Tints of Fire Engine Red #C71A2C
RGB
CMYK
RGB Variations
Color information
#C71A2C (or 0xC71A2C) is known color: Fire Engine Red. HEX triplet: C7, 1A and 2C. RGB value is (199,26,44). Sum of RGB (Red+Green+Blue) = 199+26+44=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A2C is #38E5D3. Grayscale: #4F4F4F. Windows color (decimal): -3728852 or 2890439. OLE color: 2890439.
HSL color Cylindrical-coordinate representation of color #C71A2C: hue angle of 353.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A2C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 44 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.22 |
| HSL | 353.76º | 0.77% | 0.44% | - |
| HSV(B) | 353.76º | 0.87% | 0.78% | - |
| XYZ | 24.38 | 13.06 | 3.62 | - |
| YUV | 79.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 44 | 0 | 0.87 | 0.78 | 0.22 | 353.76 | 0.77 | 0.44 |
| Hex | C7 | 1A | 2C | 0 | 57 | 4E | 16 | 162 | 4D | 2C |
| Octal | 307 | 32 | 54 | 0 | 127 | 116 | 26 | 542 | 115 | 54 |
| Binary | 11000111 | 11010 | 101100 | 0 | 1010111 | 1001110 | 10110 | 101100010 | 1001101 | 101100 |
Color Harmonies of #C71A2C
Complementary color
Monochromatic Colors of #C71A2C
Black with #C71A2C
Text Example
Text Example
White with #C71A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A2C; }
p { color: rgb(199,26,44); }
H1.HeaderClassName
{
color: #C71A2C;
}
.AnyTagClassName
{
color: #C71A2C;
}
</style>
background-color css
<style>
a { background-color: #C71A2C; }
a { background-color: rgb(199,26,44); }
div.DivClassName
{
background-color: #C71A2C;
}
.BgClassName
{
background-color: #C71A2C;
}
</style>
border-color css
<style>
span { border-color: #C71A2C; }
span { border-color: rgb(199,26,44); }
td.TdClassName
{
border-color: #C71A2C;
}
.TagClassName
{
border-color: #C71A2C;
}
</style>