Shades of Fire Engine Red #C71B2C
Tints of Fire Engine Red #C71B2C
RGB
CMYK
RGB Variations
Color information
#C71B2C (or 0xC71B2C) is known color: Fire Engine Red. HEX triplet: C7, 1B and 2C. RGB value is (199,27,44). Sum of RGB (Red+Green+Blue) = 199+27+44=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B2C is #38E4D3. Grayscale: #505050. Windows color (decimal): -3728596 or 2890695. OLE color: 2890695.
HSL color Cylindrical-coordinate representation of color #C71B2C: hue angle of 354.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B2C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 44 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.22 |
| HSL | 354.07º | 0.76% | 0.44% | - |
| HSV(B) | 354.07º | 0.86% | 0.78% | - |
| XYZ | 24.4 | 13.11 | 3.63 | - |
| YUV | 80.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 44 | 0 | 0.86 | 0.78 | 0.22 | 354.07 | 0.76 | 0.44 |
| Hex | C7 | 1B | 2C | 0 | 56 | 4E | 16 | 162 | 4C | 2C |
| Octal | 307 | 33 | 54 | 0 | 126 | 116 | 26 | 542 | 114 | 54 |
| Binary | 11000111 | 11011 | 101100 | 0 | 1010110 | 1001110 | 10110 | 101100010 | 1001100 | 101100 |
Color Harmonies of #C71B2C
Complementary color
Monochromatic Colors of #C71B2C
Black with #C71B2C
Text Example
Text Example
White with #C71B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B2C; }
p { color: rgb(199,27,44); }
H1.HeaderClassName
{
color: #C71B2C;
}
.AnyTagClassName
{
color: #C71B2C;
}
</style>
background-color css
<style>
a { background-color: #C71B2C; }
a { background-color: rgb(199,27,44); }
div.DivClassName
{
background-color: #C71B2C;
}
.BgClassName
{
background-color: #C71B2C;
}
</style>
border-color css
<style>
span { border-color: #C71B2C; }
span { border-color: rgb(199,27,44); }
td.TdClassName
{
border-color: #C71B2C;
}
.TagClassName
{
border-color: #C71B2C;
}
</style>