Shades of Fire Engine Red #C5171B
Tints of Fire Engine Red #C5171B
RGB
CMYK
RGB Variations
Color information
#C5171B (or 0xC5171B) is known color: Fire Engine Red. HEX triplet: C5, 17 and 1B. RGB value is (197,23,27). Sum of RGB (Red+Green+Blue) = 197+23+27=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5171B is #3AE8E4. Grayscale: #4B4B4B. Windows color (decimal): -3860709 or 1775557. OLE color: 1775557.
HSL color Cylindrical-coordinate representation of color #C5171B: hue angle of 358.62º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5171B is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 27 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.23 |
| HSL | 358.62º | 0.79% | 0.43% | - |
| HSV(B) | 358.62º | 0.88% | 0.77% | - |
| XYZ | 23.53 | 12.56 | 2.22 | - |
| YUV | 75.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 27 | 0 | 0.88 | 0.86 | 0.23 | 358.62 | 0.79 | 0.43 |
| Hex | C5 | 17 | 1B | 0 | 58 | 56 | 17 | 167 | 4F | 2B |
| Octal | 305 | 27 | 33 | 0 | 130 | 126 | 27 | 547 | 117 | 53 |
| Binary | 11000101 | 10111 | 11011 | 0 | 1011000 | 1010110 | 10111 | 101100111 | 1001111 | 101011 |
Color Harmonies of #C5171B
Complementary color
Monochromatic Colors of #C5171B
Black with #C5171B
Text Example
Text Example
White with #C5171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5171B; }
p { color: rgb(197,23,27); }
H1.HeaderClassName
{
color: #C5171B;
}
.AnyTagClassName
{
color: #C5171B;
}
</style>
background-color css
<style>
a { background-color: #C5171B; }
a { background-color: rgb(197,23,27); }
div.DivClassName
{
background-color: #C5171B;
}
.BgClassName
{
background-color: #C5171B;
}
</style>
border-color css
<style>
span { border-color: #C5171B; }
span { border-color: rgb(197,23,27); }
td.TdClassName
{
border-color: #C5171B;
}
.TagClassName
{
border-color: #C5171B;
}
</style>