Shades of Fire Engine Red #C71B20
Tints of Fire Engine Red #C71B20
RGB
CMYK
RGB Variations
Color information
#C71B20 (or 0xC71B20) is known color: Fire Engine Red. HEX triplet: C7, 1B and 20. RGB value is (199,27,32). Sum of RGB (Red+Green+Blue) = 199+27+32=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B20 is #38E4DF. Grayscale: #4F4F4F. Windows color (decimal): -3728608 or 2104263. OLE color: 2104263.
HSL color Cylindrical-coordinate representation of color #C71B20: hue angle of 358.26º 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 #C71B20 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 32 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.22 |
| HSL | 358.26º | 0.76% | 0.44% | - |
| HSV(B) | 358.26º | 0.86% | 0.78% | - |
| XYZ | 24.21 | 13.03 | 2.61 | - |
| YUV | 79 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 32 | 0 | 0.86 | 0.84 | 0.22 | 358.26 | 0.76 | 0.44 |
| Hex | C7 | 1B | 20 | 0 | 56 | 54 | 16 | 166 | 4C | 2C |
| Octal | 307 | 33 | 40 | 0 | 126 | 124 | 26 | 546 | 114 | 54 |
| Binary | 11000111 | 11011 | 100000 | 0 | 1010110 | 1010100 | 10110 | 101100110 | 1001100 | 101100 |
Color Harmonies of #C71B20
Complementary color
Monochromatic Colors of #C71B20
Black with #C71B20
Text Example
Text Example
White with #C71B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B20; }
p { color: rgb(199,27,32); }
H1.HeaderClassName
{
color: #C71B20;
}
.AnyTagClassName
{
color: #C71B20;
}
</style>
background-color css
<style>
a { background-color: #C71B20; }
a { background-color: rgb(199,27,32); }
div.DivClassName
{
background-color: #C71B20;
}
.BgClassName
{
background-color: #C71B20;
}
</style>
border-color css
<style>
span { border-color: #C71B20; }
span { border-color: rgb(199,27,32); }
td.TdClassName
{
border-color: #C71B20;
}
.TagClassName
{
border-color: #C71B20;
}
</style>