Shades of Fire Engine Red #C5172C
Tints of Fire Engine Red #C5172C
RGB
CMYK
RGB Variations
Color information
#C5172C (or 0xC5172C) is known color: Fire Engine Red. HEX triplet: C5, 17 and 2C. RGB value is (197,23,44). Sum of RGB (Red+Green+Blue) = 197+23+44=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5172C is #3AE8D3. Grayscale: #4D4D4D. Windows color (decimal): -3860692 or 2889669. OLE color: 2889669.
HSL color Cylindrical-coordinate representation of color #C5172C: hue angle of 352.76º 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 #C5172C is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.23 |
| HSL | 352.76º | 0.79% | 0.43% | - |
| HSV(B) | 352.76º | 0.88% | 0.77% | - |
| XYZ | 23.79 | 12.66 | 3.57 | - |
| YUV | 77.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 44 | 0 | 0.88 | 0.78 | 0.23 | 352.76 | 0.79 | 0.43 |
| Hex | C5 | 17 | 2C | 0 | 58 | 4E | 17 | 161 | 4F | 2B |
| Octal | 305 | 27 | 54 | 0 | 130 | 116 | 27 | 541 | 117 | 53 |
| Binary | 11000101 | 10111 | 101100 | 0 | 1011000 | 1001110 | 10111 | 101100001 | 1001111 | 101011 |
Color Harmonies of #C5172C
Complementary color
Monochromatic Colors of #C5172C
Black with #C5172C
Text Example
Text Example
White with #C5172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5172C; }
p { color: rgb(197,23,44); }
H1.HeaderClassName
{
color: #C5172C;
}
.AnyTagClassName
{
color: #C5172C;
}
</style>
background-color css
<style>
a { background-color: #C5172C; }
a { background-color: rgb(197,23,44); }
div.DivClassName
{
background-color: #C5172C;
}
.BgClassName
{
background-color: #C5172C;
}
</style>
border-color css
<style>
span { border-color: #C5172C; }
span { border-color: rgb(197,23,44); }
td.TdClassName
{
border-color: #C5172C;
}
.TagClassName
{
border-color: #C5172C;
}
</style>