Shades of Fire Engine Red #CF161C
Tints of Fire Engine Red #CF161C
RGB
CMYK
RGB Variations
Color information
#CF161C (or 0xCF161C) is known color: Fire Engine Red. HEX triplet: CF, 16 and 1C. RGB value is (207,22,28). Sum of RGB (Red+Green+Blue) = 207+22+28=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF161C is #30E9E3. Grayscale: #4E4E4E. Windows color (decimal): -3205604 or 1840847. OLE color: 1840847.
HSL color Cylindrical-coordinate representation of color #CF161C: hue angle of 358.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 28 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.19 |
| HSL | 358.05º | 0.81% | 0.45% | - |
| HSV(B) | 358.05º | 0.89% | 0.81% | - |
| XYZ | 26.23 | 13.92 | 2.4 | - |
| YUV | 78 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 28 | 0 | 0.89 | 0.86 | 0.19 | 358.05 | 0.81 | 0.45 |
| Hex | CF | 16 | 1C | 0 | 59 | 56 | 13 | 166 | 51 | 2D |
| Octal | 317 | 26 | 34 | 0 | 131 | 126 | 23 | 546 | 121 | 55 |
| Binary | 11001111 | 10110 | 11100 | 0 | 1011001 | 1010110 | 10011 | 101100110 | 1010001 | 101101 |
Color Harmonies of #CF161C
Complementary color
Monochromatic Colors of #CF161C
Black with #CF161C
Text Example
Text Example
White with #CF161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF161C; }
p { color: rgb(207,22,28); }
H1.HeaderClassName
{
color: #CF161C;
}
.AnyTagClassName
{
color: #CF161C;
}
</style>
background-color css
<style>
a { background-color: #CF161C; }
a { background-color: rgb(207,22,28); }
div.DivClassName
{
background-color: #CF161C;
}
.BgClassName
{
background-color: #CF161C;
}
</style>
border-color css
<style>
span { border-color: #CF161C; }
span { border-color: rgb(207,22,28); }
td.TdClassName
{
border-color: #CF161C;
}
.TagClassName
{
border-color: #CF161C;
}
</style>