Shades of Fire Engine Red #C71D1F
Tints of Fire Engine Red #C71D1F
RGB
CMYK
RGB Variations
Color information
#C71D1F (or 0xC71D1F) is known color: Fire Engine Red. HEX triplet: C7, 1D and 1F. RGB value is (199,29,31). Sum of RGB (Red+Green+Blue) = 199+29+31=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D1F is #38E2E0. Grayscale: #505050. Windows color (decimal): -3728097 or 2039239. OLE color: 2039239.
HSL color Cylindrical-coordinate representation of color #C71D1F: hue angle of 359.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 31 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.22 |
| HSL | 359.29º | 0.75% | 0.45% | - |
| HSV(B) | 359.29º | 0.85% | 0.78% | - |
| XYZ | 24.24 | 13.12 | 2.55 | - |
| YUV | 80.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 31 | 0 | 0.85 | 0.84 | 0.22 | 359.29 | 0.75 | 0.45 |
| Hex | C7 | 1D | 1F | 0 | 55 | 54 | 16 | 167 | 4B | 2D |
| Octal | 307 | 35 | 37 | 0 | 125 | 124 | 26 | 547 | 113 | 55 |
| Binary | 11000111 | 11101 | 11111 | 0 | 1010101 | 1010100 | 10110 | 101100111 | 1001011 | 101101 |
Color Harmonies of #C71D1F
Complementary color
Monochromatic Colors of #C71D1F
Black with #C71D1F
Text Example
Text Example
White with #C71D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D1F; }
p { color: rgb(199,29,31); }
H1.HeaderClassName
{
color: #C71D1F;
}
.AnyTagClassName
{
color: #C71D1F;
}
</style>
background-color css
<style>
a { background-color: #C71D1F; }
a { background-color: rgb(199,29,31); }
div.DivClassName
{
background-color: #C71D1F;
}
.BgClassName
{
background-color: #C71D1F;
}
</style>
border-color css
<style>
span { border-color: #C71D1F; }
span { border-color: rgb(199,29,31); }
td.TdClassName
{
border-color: #C71D1F;
}
.TagClassName
{
border-color: #C71D1F;
}
</style>